#6B3EAF

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

Shades of Royal Purple #6B3EAF

Tints of Royal Purple #6B3EAF

Color information

#6B3EAF (or 0x6B3EAF) is unknown color: approx Royal Purple. HEX triplet: 6B, 3E and AF. RGB value is (107,62,175). Sum of RGB (Red+Green+Blue) = 107+62+175=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B3EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3EAF is #94C150. Grayscale: #575757. Windows color (decimal): -9748817 or 11484779. OLE color: 11484779.

HSL color Cylindrical-coordinate representation of color #6B3EAF: hue angle of 263.89º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B3EAF is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10762175-
CMYK0.390.6500.31
HSL263.89º47.68%46.47%-
HSV(B)263.89º64.57%68.63%-
XYZ15.529.6741.61-
YUV88.34176.91141.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.10%
GREEN value IS 62 (24.61% from 255) = 18.02%
BLUE value IS 175 (68.75% from 255) = 50.87%
R=31.10%
G=18.02%
B=50.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107621750.390.6500.31263.8947.6846.47
Hex6B3EAF274101F108302e
Octal15376257471010374106056
Binary1101011111110101011111001111000001011111100001000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,62,175); }

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

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

 a { background-color: rgb(107,62,175); }

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

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

 span { border-color: rgb(107,62,175); }

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