Html Css Color HEX #6F1D58 Palatinate Purple

📋 copy color: '#6F1D58'

red 111 ◦ green 29 ◦ blue 88

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

Shades of Palatinate Purple #6F1D58

Tints of Palatinate Purple #6F1D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.6%

R = 48.68%
G = 12.72%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F1D58 (or 0x6F1D58) is known color: Palatinate Purple. HEX triplet: 6F, 1D and 58. RGB value is (111,29,88). Sum of RGB (Red+Green+Blue) = 111+29+88=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 29 (11.72% from 255 or 12.72% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1D58 is #90E2A7. Grayscale: #3C3C3C. Windows color (decimal): -9495208 or 5774703. OLE color: 5774703.

HSL color Cylindrical-coordinate representation of color #6F1D58: hue angle of 316.83º 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 #6F1D58 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 29 88 -
CMYK 0 0.74 0.21 0.56
HSL 316.83º 0.59% 0.27% -
HSV(B) 316.83º 0.74% 0.44% -
XYZ 8.76 4.96 9.73 -
YUV 60.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 111 29 88 0 0.74 0.21 0.56 316.83 0.59 0.27
Hex 6F 1D 58 0 4A 15 38 13D 3B 1B
Octal 157 35 130 0 112 25 70 475 73 33
Binary 1101111 11101 1011000 0 1001010 10101 111000 100111101 111011 11011

Color Harmonies of #6F1D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1D58

Black with #6F1D58

Text Example


Text Example

White with #6F1D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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