Html Css Color HEX #6C045B Palatinate Purple

📋 copy color: '#6C045B'

red 108 ◦ green 4 ◦ blue 91

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

Shades of Palatinate Purple #6C045B

Tints of Palatinate Purple #6C045B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 53.2%
G = 1.97%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6C045B (or 0x6C045B) is known color: Palatinate Purple. HEX triplet: 6C, 04 and 5B. RGB value is (108,4,91). Sum of RGB (Red+Green+Blue) = 108+4+91=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C045B is #93FBA4. Grayscale: #2C2C2C. Windows color (decimal): -9698213 or 5964908. OLE color: 5964908.

HSL color Cylindrical-coordinate representation of color #6C045B: hue angle of 309.81º 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 #6C045B is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 4 91 -
CMYK 0 0.96 0.16 0.58
HSL 309.81º 0.93% 0.22% -
HSV(B) 309.81º 0.96% 0.42% -
XYZ 8.12 4.03 10.25 -
YUV 45.01 153.96 172.93 -
System Red Green Blue C M Y K H S L
Decimal 108 4 91 0 0.96 0.16 0.58 309.81 0.93 0.22
Hex 6C 4 5B 0 60 10 3A 136 5D 16
Octal 154 4 133 0 140 20 72 466 135 26
Binary 1101100 100 1011011 0 1100000 10000 111010 100110110 1011101 10110

Color Harmonies of #6C045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C045B

Black with #6C045B

Text Example


Text Example

White with #6C045B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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