Html Css Color HEX #6F249B Royal Purple

📋 copy color: '#6F249B'

red 111 ◦ green 36 ◦ blue 155

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

Shades of Royal Purple #6F249B

Tints of Royal Purple #6F249B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.32%

R = 36.75%
G = 11.92%
B = 51.32%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F249B (or 0x6F249B) is known color: Royal Purple. HEX triplet: 6F, 24 and 9B. RGB value is (111,36,155). Sum of RGB (Red+Green+Blue) = 111+36+155=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F249B is #90DB64. Grayscale: #474747. Windows color (decimal): -9493349 or 10167407. OLE color: 10167407.

HSL color Cylindrical-coordinate representation of color #6F249B: hue angle of 277.82º degrees, saturation: 0.62, 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 #6F249B is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 36 155 -
CMYK 0.28 0.77 0 0.39
HSL 277.82º 0.62% 0.37% -
HSV(B) 277.82º 0.77% 0.61% -
XYZ 13.1 7.01 31.67 -
YUV 71.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 111 36 155 0.28 0.77 0 0.39 277.82 0.62 0.37
Hex 6F 24 9B 1C 4D 0 27 116 3E 25
Octal 157 44 233 34 115 0 47 426 76 45
Binary 1101111 100100 10011011 11100 1001101 0 100111 100010110 111110 100101

Color Harmonies of #6F249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F249B

Black with #6F249B

Text Example


Text Example

White with #6F249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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