Html Css Color HEX #6F2559 Palatinate Purple

📋 copy color: '#6F2559'

red 111 ◦ green 37 ◦ blue 89

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

Shades of Palatinate Purple #6F2559

Tints of Palatinate Purple #6F2559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

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

R = 46.84%
G = 15.61%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F2559 (or 0x6F2559) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 59. RGB value is (111,37,89). Sum of RGB (Red+Green+Blue) = 111+37+89=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2559 is #90DAA6. Grayscale: #404040. Windows color (decimal): -9493159 or 5842287. OLE color: 5842287.

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

Color convert

RGB 111 37 89 -
CMYK 0 0.67 0.20 0.56
HSL 317.84º 0.5% 0.29% -
HSV(B) 317.84º 0.67% 0.44% -
XYZ 9.02 5.42 10.02 -
YUV 65.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 111 37 89 0 0.67 0.20 0.56 317.84 0.5 0.29
Hex 6F 25 59 0 43 14 38 13E 32 1D
Octal 157 45 131 0 103 24 70 476 62 35
Binary 1101111 100101 1011001 0 1000011 10100 111000 100111110 110010 11101

Color Harmonies of #6F2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2559

Black with #6F2559

Text Example


Text Example

White with #6F2559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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