Html Css Color HEX #6F1069 Palatinate Purple

📋 copy color: '#6F1069'

red 111 ◦ green 16 ◦ blue 105

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

Shades of Palatinate Purple #6F1069

Tints of Palatinate Purple #6F1069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.26%

R = 47.84%
G = 6.9%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F1069 (or 0x6F1069) is known color: Palatinate Purple. HEX triplet: 6F, 10 and 69. RGB value is (111,16,105). Sum of RGB (Red+Green+Blue) = 111+16+105=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1069 is #90EF96. Grayscale: #363636. Windows color (decimal): -9498519 or 6885487. OLE color: 6885487.

HSL color Cylindrical-coordinate representation of color #6F1069: hue angle of 303.79º 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 #6F1069 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 16 105 -
CMYK 0 0.86 0.05 0.56
HSL 303.79º 0.75% 0.25% -
HSV(B) 303.79º 0.86% 0.44% -
XYZ 9.29 4.77 13.8 -
YUV 54.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 111 16 105 0 0.86 0.05 0.56 303.79 0.75 0.25
Hex 6F 10 69 0 56 5 38 130 4B 19
Octal 157 20 151 0 126 5 70 460 113 31
Binary 1101111 10000 1101001 0 1010110 101 111000 100110000 1001011 11001

Color Harmonies of #6F1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1069

Black with #6F1069

Text Example


Text Example

White with #6F1069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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