#6f239b

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

Shades of Royal Purple #6F239B

Tints of Royal Purple #6F239B

Color information

#6F239B (or 0x6F239B) is unknown color: approx Royal Purple. HEX triplet: 6F, 23 and 9B. RGB value is (111,35,155). Sum of RGB (Red+Green+Blue) = 111+35+155=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F239B is #90DC64. Grayscale: #474747. Windows color (decimal): -9493605 or 10167151. OLE color: 10167151.

HSL color Cylindrical-coordinate representation of color #6F239B: hue angle of 278º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F239B is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11135155-
CMYK0.280.7700.39
HSL278º63.16%37.25%-
HSV(B)278º77.42%60.78%-
XYZ13.076.9531.66-
YUV71.4175.18156.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.88%
GREEN value IS 35 (14.06% from 255) = 11.63%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=36.88%
G=11.63%
B=51.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111351550.280.7700.3927863.1637.25
Hex6F239B1C4D0271163f25
Octal15743233341150474267745
Binary1101111100011100110111110010011010100111100010110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f239b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,35,155); }

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

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

 a { background-color: rgb(111,35,155); }

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

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

 span { border-color: rgb(111,35,155); }

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