Html Css Color HEX #6F3F65 Palatinate Purple

📋 copy color: '#6F3F65'

red 111 ◦ green 63 ◦ blue 101

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

Shades of Palatinate Purple #6F3F65

Tints of Palatinate Purple #6F3F65

RGB

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

 GREEN value IS 63 (25% from 255) = 22.91%

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

R = 40.36%
G = 22.91%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#6F3F65 (or 0x6F3F65) is known color: Palatinate Purple. HEX triplet: 6F, 3F and 65. RGB value is (111,63,101). Sum of RGB (Red+Green+Blue) = 111+63+101=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3F65 is #90C09A. Grayscale: #515151. Windows color (decimal): -9486491 or 6635375. OLE color: 6635375.

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

Color convert

RGB 111 63 101 -
CMYK 0 0.43 0.09 0.56
HSL 312.5º 0.28% 0.34% -
HSV(B) 312.5º 0.43% 0.44% -
XYZ 10.68 7.87 13.27 -
YUV 81.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 111 63 101 0 0.43 0.09 0.56 312.5 0.28 0.34
Hex 6F 3F 65 0 2B 9 38 138 1C 22
Octal 157 77 145 0 53 11 70 470 34 42
Binary 1101111 111111 1100101 0 101011 1001 111000 100111000 11100 100010

Color Harmonies of #6F3F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3F65

Black with #6F3F65

Text Example


Text Example

White with #6F3F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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