#6B318E

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

Shades of Royal Purple #6B318E

Tints of Royal Purple #6B318E

Color information

#6B318E (or 0x6B318E) is unknown color: approx Royal Purple. HEX triplet: 6B, 31 and 8E. RGB value is (107,49,142). Sum of RGB (Red+Green+Blue) = 107+49+142=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B318E is #94CE71. Grayscale: #4C4C4C. Windows color (decimal): -9752178 or 9318763. OLE color: 9318763.

HSL color Cylindrical-coordinate representation of color #6B318E: hue angle of 277.42º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B318E is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10749142-
CMYK0.250.6500.44
HSL277.42º48.69%37.45%-
HSV(B)277.42º65.49%55.69%-
XYZ12.047.2826.36-
YUV76.94164.72149.44-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=35.91%
G=16.44%
B=47.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107491420.250.6500.44277.4248.6937.45
Hex6B318E194102C1153125
Octal15361216311010544256145
Binary1101011110001100011101100110000010101100100010101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,49,142); }

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

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

 a { background-color: rgb(107,49,142); }

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

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

 span { border-color: rgb(107,49,142); }

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