Html Css Color HEX #6F3764 Palatinate Purple

📋 copy color: '#6F3764'

red 111 ◦ green 55 ◦ blue 100

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

Shades of Palatinate Purple #6F3764

Tints of Palatinate Purple #6F3764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.68%

 BLUE value IS 100 (39.45% from 255) = 37.59%

R = 41.73%
G = 20.68%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#6F3764 (or 0x6F3764) is known color: Palatinate Purple. HEX triplet: 6F, 37 and 64. RGB value is (111,55,100). Sum of RGB (Red+Green+Blue) = 111+55+100=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3764 is #90C89B. Grayscale: #4C4C4C. Windows color (decimal): -9488540 or 6567791. OLE color: 6567791.

HSL color Cylindrical-coordinate representation of color #6F3764: hue angle of 311.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3764 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 55 100 -
CMYK 0 0.50 0.10 0.56
HSL 311.79º 0.34% 0.33% -
HSV(B) 311.79º 0.5% 0.44% -
XYZ 10.22 7.03 12.88 -
YUV 76.87 141.05 152.34 -
System Red Green Blue C M Y K H S L
Decimal 111 55 100 0 0.50 0.10 0.56 311.79 0.34 0.33
Hex 6F 37 64 0 32 A 38 138 22 21
Octal 157 67 144 0 62 12 70 470 42 41
Binary 1101111 110111 1100100 0 110010 1010 111000 100111000 100010 100001

Color Harmonies of #6F3764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3764

Black with #6F3764

Text Example


Text Example

White with #6F3764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,55,100); }

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

background-color css

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

 a { background-color: rgb(111,55,100); }

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

border-color css

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

 span { border-color: rgb(111,55,100); }

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