Html Css Color HEX #6C035C Palatinate Purple

📋 copy color: '#6C035C'

red 108 ◦ green 3 ◦ blue 92

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

Shades of Palatinate Purple #6C035C

Tints of Palatinate Purple #6C035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

 BLUE value IS 92 (36.33% from 255) = 45.32%

R = 53.2%
G = 1.48%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6C035C (or 0x6C035C) is known color: Palatinate Purple. HEX triplet: 6C, 03 and 5C. RGB value is (108,3,92). Sum of RGB (Red+Green+Blue) = 108+3+92=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C035C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C035C is #93FCA3. Grayscale: #2C2C2C. Windows color (decimal): -9698468 or 6030188. OLE color: 6030188.

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

Color convert

RGB 108 3 92 -
CMYK 0 0.97 0.15 0.58
HSL 309.14º 0.95% 0.22% -
HSV(B) 309.14º 0.97% 0.42% -
XYZ 8.15 4.03 10.47 -
YUV 44.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 108 3 92 0 0.97 0.15 0.58 309.14 0.95 0.22
Hex 6C 3 5C 0 61 F 3A 135 5F 16
Octal 154 3 134 0 141 17 72 465 137 26
Binary 1101100 11 1011100 0 1100001 1111 111010 100110101 1011111 10110

Color Harmonies of #6C035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C035C

Black with #6C035C

Text Example


Text Example

White with #6C035C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,92); }

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

background-color css

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

 a { background-color: rgb(108,3,92); }

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

border-color css

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

 span { border-color: rgb(108,3,92); }

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