#6f3298

Color #6F3298 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6F3298

Tints of Royal Purple #6F3298

Color information

#6F3298 (or 0x6F3298) is unknown color: approx Royal Purple. HEX triplet: 6F, 32 and 98. RGB value is (111,50,152). Sum of RGB (Red+Green+Blue) = 111+50+152=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F3298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3298 is #90CD67. Grayscale: #4F4F4F. Windows color (decimal): -9489768 or 9974383. OLE color: 9974383.

HSL color Cylindrical-coordinate representation of color #6F3298: hue angle of 275.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F3298 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11150152-
CMYK0.270.6700.40
HSL275.88º50.5%39.61%-
HSV(B)275.88º67.11%59.61%-
XYZ13.367.9330.53-
YUV79.87168.71150.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 35.46%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=35.46%
G=15.97%
B=48.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal111501520.270.6700.40275.8850.539.61
Hex6F32981B430281143228
Octal15762230331030504246250
Binary1101111110010100110001101110000110101000100010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f3298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6f3298; }

 p { color: rgb(111,50,152); }

 H1.HeaderClassName
 {
   color: #6f3298;
 }
 .AnyTagClassName
 {
   color: #6f3298;
 }
</style>
background-color css

<style>
 a { background-color: #6f3298; }

 a { background-color: rgb(111,50,152); }

 div.DivClassName
 {
   background-color: #6f3298;
 }
 .BgClassName
 {
   background-color: #6f3298;
 }
</style>
border-color css

<style>
 span { border-color: #6f3298; }

 span { border-color: rgb(111,50,152); }

 td.TdClassName
 {
   border-color: #6f3298;
 }
 .TagClassName
 {
   border-color: #6f3298;
 }
</style>