Html Css Color HEX #6F0D62 Palatinate Purple

📋 copy color: '#6F0D62'

red 111 ◦ green 13 ◦ blue 98

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

Shades of Palatinate Purple #6F0D62

Tints of Palatinate Purple #6F0D62

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.86%

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

R = 50%
G = 5.86%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F0D62 (or 0x6F0D62) is known color: Palatinate Purple. HEX triplet: 6F, 0D and 62. RGB value is (111,13,98). Sum of RGB (Red+Green+Blue) = 111+13+98=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0D62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0D62 is #90F29D. Grayscale: #333333. Windows color (decimal): -9499294 or 6425967. OLE color: 6425967.

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

Color convert

RGB 111 13 98 -
CMYK 0 0.88 0.12 0.56
HSL 307.96º 0.79% 0.24% -
HSV(B) 307.96º 0.88% 0.44% -
XYZ 8.9 4.55 11.96 -
YUV 51.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 111 13 98 0 0.88 0.12 0.56 307.96 0.79 0.24
Hex 6F D 62 0 58 C 38 134 4F 18
Octal 157 15 142 0 130 14 70 464 117 30
Binary 1101111 1101 1100010 0 1011000 1100 111000 100110100 1001111 11000

Color Harmonies of #6F0D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0D62

Black with #6F0D62

Text Example


Text Example

White with #6F0D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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