Html Css Color HEX #6C045D Palatinate Purple

📋 copy color: '#6C045D'

red 108 ◦ green 4 ◦ blue 93

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

Shades of Palatinate Purple #6C045D

Tints of Palatinate Purple #6C045D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.95%

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 52.68%
G = 1.95%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C045D (or 0x6C045D) is known color: Palatinate Purple. HEX triplet: 6C, 04 and 5D. RGB value is (108,4,93). Sum of RGB (Red+Green+Blue) = 108+4+93=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C045D is #93FBA2. Grayscale: #2C2C2C. Windows color (decimal): -9698211 or 6095980. OLE color: 6095980.

HSL color Cylindrical-coordinate representation of color #6C045D: hue angle of 308.65º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C045D is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 4 93 -
CMYK 0 0.96 0.14 0.58
HSL 308.65º 0.93% 0.22% -
HSV(B) 308.65º 0.96% 0.42% -
XYZ 8.2 4.07 10.71 -
YUV 45.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 108 4 93 0 0.96 0.14 0.58 308.65 0.93 0.22
Hex 6C 4 5D 0 60 E 3A 135 5D 16
Octal 154 4 135 0 140 16 72 465 135 26
Binary 1101100 100 1011101 0 1100000 1110 111010 100110101 1011101 10110

Color Harmonies of #6C045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C045D

Black with #6C045D

Text Example


Text Example

White with #6C045D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,4,93); }

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

background-color css

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

 a { background-color: rgb(108,4,93); }

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

border-color css

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

 span { border-color: rgb(108,4,93); }

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