Html Css Color HEX #6F1062 Palatinate Purple

📋 copy color: '#6F1062'

red 111 ◦ green 16 ◦ blue 98

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

Shades of Palatinate Purple #6F1062

Tints of Palatinate Purple #6F1062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.11%

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

R = 49.33%
G = 7.11%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F1062 (or 0x6F1062) is known color: Palatinate Purple. HEX triplet: 6F, 10 and 62. RGB value is (111,16,98). Sum of RGB (Red+Green+Blue) = 111+16+98=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1062 is #90EF9D. Grayscale: #353535. Windows color (decimal): -9498526 or 6426735. OLE color: 6426735.

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

Color convert

RGB 111 16 98 -
CMYK 0 0.86 0.12 0.56
HSL 308.21º 0.75% 0.25% -
HSV(B) 308.21º 0.86% 0.44% -
XYZ 8.95 4.63 11.98 -
YUV 53.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 111 16 98 0 0.86 0.12 0.56 308.21 0.75 0.25
Hex 6F 10 62 0 56 C 38 134 4B 19
Octal 157 20 142 0 126 14 70 464 113 31
Binary 1101111 10000 1100010 0 1010110 1100 111000 100110100 1001011 11001

Color Harmonies of #6F1062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1062

Black with #6F1062

Text Example


Text Example

White with #6F1062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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