Html Css Color HEX #6F249C Royal Purple

📋 copy color: '#6F249C'

red 111 ◦ green 36 ◦ blue 156

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

Shades of Royal Purple #6F249C

Tints of Royal Purple #6F249C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.88%

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

R = 36.63%
G = 11.88%
B = 51.49%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F249C (or 0x6F249C) is known color: Royal Purple. HEX triplet: 6F, 24 and 9C. RGB value is (111,36,156). Sum of RGB (Red+Green+Blue) = 111+36+156=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F249C is #90DB63. Grayscale: #474747. Windows color (decimal): -9493348 or 10232943. OLE color: 10232943.

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

Color convert

RGB 111 36 156 -
CMYK 0.29 0.77 0 0.39
HSL 277.5º 0.63% 0.38% -
HSV(B) 277.5º 0.77% 0.61% -
XYZ 13.19 7.04 32.12 -
YUV 72.11 175.35 155.74 -
System Red Green Blue C M Y K H S L
Decimal 111 36 156 0.29 0.77 0 0.39 277.5 0.63 0.38
Hex 6F 24 9C 1D 4D 0 27 116 3E 26
Octal 157 44 234 35 115 0 47 426 76 46
Binary 1101111 100100 10011100 11101 1001101 0 100111 100010110 111110 100110

Color Harmonies of #6F249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F249C

Black with #6F249C

Text Example


Text Example

White with #6F249C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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