Html Css Color HEX #6F1B66 Palatinate Purple

📋 copy color: '#6F1B66'

red 111 ◦ green 27 ◦ blue 102

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

Shades of Palatinate Purple #6F1B66

Tints of Palatinate Purple #6F1B66

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.25%

 BLUE value IS 102 (40.23% from 255) = 42.5%

R = 46.25%
G = 11.25%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F1B66 (or 0x6F1B66) is known color: Palatinate Purple. HEX triplet: 6F, 1B and 66. RGB value is (111,27,102). Sum of RGB (Red+Green+Blue) = 111+27+102=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1B66 is #90E499. Grayscale: #3C3C3C. Windows color (decimal): -9495706 or 6691695. OLE color: 6691695.

HSL color Cylindrical-coordinate representation of color #6F1B66: hue angle of 306.43º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F1B66 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 27 102 -
CMYK 0 0.76 0.08 0.56
HSL 306.43º 0.61% 0.27% -
HSV(B) 306.43º 0.76% 0.44% -
XYZ 9.35 5.12 13.07 -
YUV 60.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 111 27 102 0 0.76 0.08 0.56 306.43 0.61 0.27
Hex 6F 1B 66 0 4C 8 38 132 3D 1B
Octal 157 33 146 0 114 10 70 462 75 33
Binary 1101111 11011 1100110 0 1001100 1000 111000 100110010 111101 11011

Color Harmonies of #6F1B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1B66

Black with #6F1B66

Text Example


Text Example

White with #6F1B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,27,102); }

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

background-color css

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

 a { background-color: rgb(111,27,102); }

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

border-color css

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

 span { border-color: rgb(111,27,102); }

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