Html Css Color HEX #6C1058 Palatinate Purple

📋 copy color: '#6C1058'

red 108 ◦ green 16 ◦ blue 88

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

Shades of Palatinate Purple #6C1058

Tints of Palatinate Purple #6C1058

RGB

 RED value IS 108 (42.58% from 255) = 50.94%

 GREEN value IS 16 (6.64% from 255) = 7.55%

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

R = 50.94%
G = 7.55%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6C1058 (or 0x6C1058) is known color: Palatinate Purple. HEX triplet: 6C, 10 and 58. RGB value is (108,16,88). Sum of RGB (Red+Green+Blue) = 108+16+88=212 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.94% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1058 is #93EFA7. Grayscale: #333333. Windows color (decimal): -9695144 or 5771372. OLE color: 5771372.

HSL color Cylindrical-coordinate representation of color #6C1058: hue angle of 313.04º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1058 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 16 88 -
CMYK 0 0.85 0.19 0.58
HSL 313.04º 0.74% 0.24% -
HSV(B) 313.04º 0.85% 0.42% -
XYZ 8.13 4.26 9.63 -
YUV 51.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 108 16 88 0 0.85 0.19 0.58 313.04 0.74 0.24
Hex 6C 10 58 0 55 13 3A 139 4A 18
Octal 154 20 130 0 125 23 72 471 112 30
Binary 1101100 10000 1011000 0 1010101 10011 111010 100111001 1001010 11000

Color Harmonies of #6C1058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1058

Black with #6C1058

Text Example


Text Example

White with #6C1058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,16,88); }

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

background-color css

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

 a { background-color: rgb(108,16,88); }

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

border-color css

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

 span { border-color: rgb(108,16,88); }

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