Html Css Color HEX #6C035D Palatinate Purple

📋 copy color: '#6C035D'

red 108 ◦ green 3 ◦ blue 93

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

Shades of Palatinate Purple #6C035D

Tints of Palatinate Purple #6C035D

RGB

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

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

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

R = 52.94%
G = 1.47%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C035D (or 0x6C035D) is known color: Palatinate Purple. HEX triplet: 6C, 03 and 5D. RGB value is (108,3,93). Sum of RGB (Red+Green+Blue) = 108+3+93=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C035D is #93FCA2. Grayscale: #2C2C2C. Windows color (decimal): -9698467 or 6095724. OLE color: 6095724.

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

Color convert

RGB 108 3 93 -
CMYK 0 0.97 0.14 0.58
HSL 308.57º 0.95% 0.22% -
HSV(B) 308.57º 0.97% 0.42% -
XYZ 8.19 4.04 10.7 -
YUV 44.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 108 3 93 0 0.97 0.14 0.58 308.57 0.95 0.22
Hex 6C 3 5D 0 61 E 3A 135 5F 16
Octal 154 3 135 0 141 16 72 465 137 26
Binary 1101100 11 1011101 0 1100001 1110 111010 100110101 1011111 10110

Color Harmonies of #6C035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C035D

Black with #6C035D

Text Example


Text Example

White with #6C035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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