Html Css Color HEX #6F4366 Palatinate Purple

📋 copy color: '#6F4366'

red 111 ◦ green 67 ◦ blue 102

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

Shades of Palatinate Purple #6F4366

Tints of Palatinate Purple #6F4366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.93%

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

R = 39.64%
G = 23.93%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#6F4366 (or 0x6F4366) is known color: Palatinate Purple. HEX triplet: 6F, 43 and 66. RGB value is (111,67,102). Sum of RGB (Red+Green+Blue) = 111+67+102=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4366 is #90BC99. Grayscale: #545454. Windows color (decimal): -9485466 or 6701935. OLE color: 6701935.

HSL color Cylindrical-coordinate representation of color #6F4366: hue angle of 312.27º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F4366 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 67 102 -
CMYK 0 0.40 0.08 0.56
HSL 312.27º 0.25% 0.35% -
HSV(B) 312.27º 0.4% 0.44% -
XYZ 10.96 8.35 13.6 -
YUV 84.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 111 67 102 0 0.40 0.08 0.56 312.27 0.25 0.35
Hex 6F 43 66 0 28 8 38 138 19 23
Octal 157 103 146 0 50 10 70 470 31 43
Binary 1101111 1000011 1100110 0 101000 1000 111000 100111000 11001 100011

Color Harmonies of #6F4366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4366

Black with #6F4366

Text Example


Text Example

White with #6F4366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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