Html Css Color HEX #6F2062 Palatinate Purple

📋 copy color: '#6F2062'

red 111 ◦ green 32 ◦ blue 98

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

Shades of Palatinate Purple #6F2062

Tints of Palatinate Purple #6F2062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.28%

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

R = 46.06%
G = 13.28%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F2062 (or 0x6F2062) is known color: Palatinate Purple. HEX triplet: 6F, 20 and 62. RGB value is (111,32,98). Sum of RGB (Red+Green+Blue) = 111+32+98=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2062 is #90DF9D. Grayscale: #3E3E3E. Windows color (decimal): -9494430 or 6430831. OLE color: 6430831.

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

Color convert

RGB 111 32 98 -
CMYK 0 0.71 0.12 0.56
HSL 309.87º 0.55% 0.28% -
HSV(B) 309.87º 0.71% 0.44% -
XYZ 9.28 5.29 12.09 -
YUV 63.15 147.67 162.13 -
System Red Green Blue C M Y K H S L
Decimal 111 32 98 0 0.71 0.12 0.56 309.87 0.55 0.28
Hex 6F 20 62 0 47 C 38 136 37 1C
Octal 157 40 142 0 107 14 70 466 67 34
Binary 1101111 100000 1100010 0 1000111 1100 111000 100110110 110111 11100

Color Harmonies of #6F2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2062

Black with #6F2062

Text Example


Text Example

White with #6F2062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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