Html Css Color HEX #6F0C62 Palatinate Purple

📋 copy color: '#6F0C62'

red 111 ◦ green 12 ◦ blue 98

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

Shades of Palatinate Purple #6F0C62

Tints of Palatinate Purple #6F0C62

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.43%

 BLUE value IS 98 (38.67% from 255) = 44.34%

R = 50.23%
G = 5.43%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F0C62 (or 0x6F0C62) is known color: Palatinate Purple. HEX triplet: 6F, 0C and 62. RGB value is (111,12,98). Sum of RGB (Red+Green+Blue) = 111+12+98=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C62 is #90F39D. Grayscale: #333333. Windows color (decimal): -9499550 or 6425711. OLE color: 6425711.

HSL color Cylindrical-coordinate representation of color #6F0C62: hue angle of 307.88º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C62 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 12 98 -
CMYK 0 0.89 0.12 0.56
HSL 307.88º 0.8% 0.24% -
HSV(B) 307.88º 0.89% 0.44% -
XYZ 8.89 4.52 11.96 -
YUV 51.41 154.3 170.51 -
System Red Green Blue C M Y K H S L
Decimal 111 12 98 0 0.89 0.12 0.56 307.88 0.8 0.24
Hex 6F C 62 0 59 C 38 134 50 18
Octal 157 14 142 0 131 14 70 464 120 30
Binary 1101111 1100 1100010 0 1011001 1100 111000 100110100 1010000 11000

Color Harmonies of #6F0C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0C62

Black with #6F0C62

Text Example


Text Example

White with #6F0C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,12,98); }

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

background-color css

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

 a { background-color: rgb(111,12,98); }

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

border-color css

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

 span { border-color: rgb(111,12,98); }

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