Html Css Color HEX #6F2359 Palatinate Purple

📋 copy color: '#6F2359'

red 111 ◦ green 35 ◦ blue 89

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

Shades of Palatinate Purple #6F2359

Tints of Palatinate Purple #6F2359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

 BLUE value IS 89 (35.16% from 255) = 37.87%

R = 47.23%
G = 14.89%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F2359 (or 0x6F2359) is known color: Palatinate Purple. HEX triplet: 6F, 23 and 59. RGB value is (111,35,89). Sum of RGB (Red+Green+Blue) = 111+35+89=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2359 is #90DCA6. Grayscale: #3F3F3F. Windows color (decimal): -9493671 or 5841775. OLE color: 5841775.

HSL color Cylindrical-coordinate representation of color #6F2359: hue angle of 317.37º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2359 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 35 89 -
CMYK 0 0.68 0.20 0.56
HSL 317.37º 0.52% 0.29% -
HSV(B) 317.37º 0.68% 0.44% -
XYZ 8.96 5.3 10 -
YUV 63.88 142.18 161.61 -
System Red Green Blue C M Y K H S L
Decimal 111 35 89 0 0.68 0.20 0.56 317.37 0.52 0.29
Hex 6F 23 59 0 44 14 38 13D 34 1D
Octal 157 43 131 0 104 24 70 475 64 35
Binary 1101111 100011 1011001 0 1000100 10100 111000 100111101 110100 11101

Color Harmonies of #6F2359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2359

Black with #6F2359

Text Example


Text Example

White with #6F2359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,35,89); }

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

background-color css

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

 a { background-color: rgb(111,35,89); }

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

border-color css

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

 span { border-color: rgb(111,35,89); }

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