Html Css Color HEX #6F3E65 Palatinate Purple

📋 copy color: '#6F3E65'

red 111 ◦ green 62 ◦ blue 101

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

Shades of Palatinate Purple #6F3E65

Tints of Palatinate Purple #6F3E65

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.63%

 BLUE value IS 101 (39.84% from 255) = 36.86%

R = 40.51%
G = 22.63%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F3E65 (or 0x6F3E65) is known color: Palatinate Purple. HEX triplet: 6F, 3E and 65. RGB value is (111,62,101). Sum of RGB (Red+Green+Blue) = 111+62+101=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E65 is #90C19A. Grayscale: #505050. Windows color (decimal): -9486747 or 6635119. OLE color: 6635119.

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

Color convert

RGB 111 62 101 -
CMYK 0 0.44 0.09 0.56
HSL 312.24º 0.28% 0.34% -
HSV(B) 312.24º 0.44% 0.44% -
XYZ 10.63 7.76 13.25 -
YUV 81.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 111 62 101 0 0.44 0.09 0.56 312.24 0.28 0.34
Hex 6F 3E 65 0 2C 9 38 138 1C 22
Octal 157 76 145 0 54 11 70 470 34 42
Binary 1101111 111110 1100101 0 101100 1001 111000 100111000 11100 100010

Color Harmonies of #6F3E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3E65

Black with #6F3E65

Text Example


Text Example

White with #6F3E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,62,101); }

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

background-color css

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

 a { background-color: rgb(111,62,101); }

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

border-color css

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

 span { border-color: rgb(111,62,101); }

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