Html Css Color HEX #6F239C Royal Purple

📋 copy color: '#6F239C'

red 111 ◦ green 35 ◦ blue 156

#6F239C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #6F239C

Tints of Royal Purple #6F239C

RGB

 RED value IS 111 (43.75% from 255) = 36.75%

 GREEN value IS 35 (14.06% from 255) = 11.59%

 BLUE value IS 156 (61.33% from 255) = 51.66%

R = 36.75%
G = 11.59%
B = 51.66%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F239C (or 0x6F239C) is known color: Royal Purple. HEX triplet: 6F, 23 and 9C. RGB value is (111,35,156). Sum of RGB (Red+Green+Blue) = 111+35+156=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F239C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F239C is #90DC63. Grayscale: #474747. Windows color (decimal): -9493604 or 10232687. OLE color: 10232687.

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

Color convert

RGB 111 35 156 -
CMYK 0.29 0.78 0 0.39
HSL 277.69º 0.63% 0.37% -
HSV(B) 277.69º 0.78% 0.61% -
XYZ 13.16 6.98 32.11 -
YUV 71.52 175.68 156.16 -
System Red Green Blue C M Y K H S L
Decimal 111 35 156 0.29 0.78 0 0.39 277.69 0.63 0.37
Hex 6F 23 9C 1D 4E 0 27 116 3F 25
Octal 157 43 234 35 116 0 47 426 77 45
Binary 1101111 100011 10011100 11101 1001110 0 100111 100010110 111111 100101

Color Harmonies of #6F239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F239C

Black with #6F239C

Text Example


Text Example

White with #6F239C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F239C;
 }
 .AnyTagClassName
 {
   color: #6F239C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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