Html Css Color HEX #6F1D59 Palatinate Purple

📋 copy color: '#6F1D59'

red 111 ◦ green 29 ◦ blue 89

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

Shades of Palatinate Purple #6F1D59

Tints of Palatinate Purple #6F1D59

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.66%

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

R = 48.47%
G = 12.66%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#6F1D59 (or 0x6F1D59) is known color: Palatinate Purple. HEX triplet: 6F, 1D and 59. RGB value is (111,29,89). Sum of RGB (Red+Green+Blue) = 111+29+89=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1D59 is #90E2A6. Grayscale: #3C3C3C. Windows color (decimal): -9495207 or 5840239. OLE color: 5840239.

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

Color convert

RGB 111 29 89 -
CMYK 0 0.74 0.20 0.56
HSL 316.1º 0.59% 0.27% -
HSV(B) 316.1º 0.74% 0.44% -
XYZ 8.8 4.98 9.95 -
YUV 60.36 144.17 164.12 -
System Red Green Blue C M Y K H S L
Decimal 111 29 89 0 0.74 0.20 0.56 316.1 0.59 0.27
Hex 6F 1D 59 0 4A 14 38 13C 3B 1B
Octal 157 35 131 0 112 24 70 474 73 33
Binary 1101111 11101 1011001 0 1001010 10100 111000 100111100 111011 11011

Color Harmonies of #6F1D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1D59

Black with #6F1D59

Text Example


Text Example

White with #6F1D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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