Html Css Color HEX #6F0662 Palatinate Purple

📋 copy color: '#6F0662'

red 111 ◦ green 6 ◦ blue 98

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

Shades of Palatinate Purple #6F0662

Tints of Palatinate Purple #6F0662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

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

R = 51.63%
G = 2.79%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F0662 (or 0x6F0662) is known color: Palatinate Purple. HEX triplet: 6F, 06 and 62. RGB value is (111,6,98). Sum of RGB (Red+Green+Blue) = 111+6+98=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0662 is #90F99D. Grayscale: #2F2F2F. Windows color (decimal): -9501086 or 6424175. OLE color: 6424175.

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

Color convert

RGB 111 6 98 -
CMYK 0 0.95 0.12 0.56
HSL 307.43º 0.9% 0.23% -
HSV(B) 307.43º 0.95% 0.44% -
XYZ 8.83 4.39 11.94 -
YUV 47.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 111 6 98 0 0.95 0.12 0.56 307.43 0.9 0.23
Hex 6F 6 62 0 5F C 38 133 5A 17
Octal 157 6 142 0 137 14 70 463 132 27
Binary 1101111 110 1100010 0 1011111 1100 111000 100110011 1011010 10111

Color Harmonies of #6F0662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0662

Black with #6F0662

Text Example


Text Example

White with #6F0662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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