Html Css Color HEX #6F1167 Palatinate Purple

📋 copy color: '#6F1167'

red 111 ◦ green 17 ◦ blue 103

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

Shades of Palatinate Purple #6F1167

Tints of Palatinate Purple #6F1167

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.36%

 BLUE value IS 103 (40.63% from 255) = 44.59%

R = 48.05%
G = 7.36%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#6F1167 (or 0x6F1167) is known color: Palatinate Purple. HEX triplet: 6F, 11 and 67. RGB value is (111,17,103). Sum of RGB (Red+Green+Blue) = 111+17+103=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1167 is #90EE98. Grayscale: #363636. Windows color (decimal): -9498265 or 6754671. OLE color: 6754671.

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

Color convert

RGB 111 17 103 -
CMYK 0 0.85 0.07 0.56
HSL 305.11º 0.73% 0.25% -
HSV(B) 305.11º 0.85% 0.44% -
XYZ 9.2 4.76 13.27 -
YUV 54.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 111 17 103 0 0.85 0.07 0.56 305.11 0.73 0.25
Hex 6F 11 67 0 55 7 38 131 49 19
Octal 157 21 147 0 125 7 70 461 111 31
Binary 1101111 10001 1100111 0 1010101 111 111000 100110001 1001001 11001

Color Harmonies of #6F1167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1167

Black with #6F1167

Text Example


Text Example

White with #6F1167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,103); }

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

background-color css

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

 a { background-color: rgb(111,17,103); }

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

border-color css

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

 span { border-color: rgb(111,17,103); }

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