Html Css Color HEX #6C245F Palatinate Purple

📋 copy color: '#6C245F'

red 108 ◦ green 36 ◦ blue 95

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

Shades of Palatinate Purple #6C245F

Tints of Palatinate Purple #6C245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.06%

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

R = 45.19%
G = 15.06%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C245F (or 0x6C245F) is known color: Palatinate Purple. HEX triplet: 6C, 24 and 5F. RGB value is (108,36,95). Sum of RGB (Red+Green+Blue) = 108+36+95=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 108 - color contains mainly: red. Hex color #6C245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C245F is #93DBA0. Grayscale: #404040. Windows color (decimal): -9690017 or 6235244. OLE color: 6235244.

HSL color Cylindrical-coordinate representation of color #6C245F: hue angle of 310.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C245F is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 36 95 -
CMYK 0 0.67 0.12 0.58
HSL 310.83º 0.5% 0.28% -
HSV(B) 310.83º 0.67% 0.42% -
XYZ 8.88 5.28 11.38 -
YUV 64.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 108 36 95 0 0.67 0.12 0.58 310.83 0.5 0.28
Hex 6C 24 5F 0 43 C 3A 137 32 1C
Octal 154 44 137 0 103 14 72 467 62 34
Binary 1101100 100100 1011111 0 1000011 1100 111010 100110111 110010 11100

Color Harmonies of #6C245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C245F

Black with #6C245F

Text Example


Text Example

White with #6C245F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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