Html Css Color HEX #6C045F Palatinate Purple

📋 copy color: '#6C045F'

red 108 ◦ green 4 ◦ blue 95

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

Shades of Palatinate Purple #6C045F

Tints of Palatinate Purple #6C045F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.89%

R = 52.17%
G = 1.93%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C045F (or 0x6C045F) is known color: Palatinate Purple. HEX triplet: 6C, 04 and 5F. RGB value is (108,4,95). Sum of RGB (Red+Green+Blue) = 108+4+95=207 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.17% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 95 (37.5% from 255 or 45.89% from 207); Max value from RGB is 108 - color contains mainly: red. Hex color #6C045F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C045F is #93FBA0. Grayscale: #2D2D2D. Windows color (decimal): -9698209 or 6227052. OLE color: 6227052.

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

Color convert

RGB 108 4 95 -
CMYK 0 0.96 0.12 0.58
HSL 307.5º 0.93% 0.22% -
HSV(B) 307.5º 0.96% 0.42% -
XYZ 8.29 4.1 11.18 -
YUV 45.47 155.96 172.6 -
System Red Green Blue C M Y K H S L
Decimal 108 4 95 0 0.96 0.12 0.58 307.5 0.93 0.22
Hex 6C 4 5F 0 60 C 3A 134 5D 16
Octal 154 4 137 0 140 14 72 464 135 26
Binary 1101100 100 1011111 0 1100000 1100 111010 100110100 1011101 10110

Color Harmonies of #6C045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C045F

Black with #6C045F

Text Example


Text Example

White with #6C045F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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