Html Css Color HEX #6F3F93 Royal Purple

📋 copy color: '#6F3F93'

red 111 ◦ green 63 ◦ blue 147

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

Shades of Royal Purple #6F3F93

Tints of Royal Purple #6F3F93

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

 BLUE value IS 147 (57.81% from 255) = 45.79%

R = 34.58%
G = 19.63%
B = 45.79%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F3F93 (or 0x6F3F93) is known color: Royal Purple. HEX triplet: 6F, 3F and 93. RGB value is (111,63,147). Sum of RGB (Red+Green+Blue) = 111+63+147=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F3F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3F93 is #90C06C. Grayscale: #565656. Windows color (decimal): -9486445 or 9650031. OLE color: 9650031.

HSL color Cylindrical-coordinate representation of color #6F3F93: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F3F93 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 63 147 -
CMYK 0.24 0.57 0 0.42
HSL 274.29º 0.4% 0.41% -
HSV(B) 274.29º 0.57% 0.58% -
XYZ 13.6 9.04 28.63 -
YUV 86.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 111 63 147 0.24 0.57 0 0.42 274.29 0.4 0.41
Hex 6F 3F 93 18 39 0 2A 112 28 29
Octal 157 77 223 30 71 0 52 422 50 51
Binary 1101111 111111 10010011 11000 111001 0 101010 100010010 101000 101001

Color Harmonies of #6F3F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3F93

Black with #6F3F93

Text Example


Text Example

White with #6F3F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,63,147); }

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

background-color css

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

 a { background-color: rgb(111,63,147); }

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

border-color css

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

 span { border-color: rgb(111,63,147); }

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