Html Css Color HEX #6C015D Palatinate Purple

📋 copy color: '#6C015D'

red 108 ◦ green 1 ◦ blue 93

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

Shades of Palatinate Purple #6C015D

Tints of Palatinate Purple #6C015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 53.47%
G = 0.5%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C015D (or 0x6C015D) is known color: Palatinate Purple. HEX triplet: 6C, 01 and 5D. RGB value is (108,1,93). Sum of RGB (Red+Green+Blue) = 108+1+93=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C015D is #93FEA2. Grayscale: #2B2B2B. Windows color (decimal): -9698979 or 6095212. OLE color: 6095212.

HSL color Cylindrical-coordinate representation of color #6C015D: hue angle of 308.41º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C015D is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 1 93 -
CMYK 0 0.99 0.14 0.58
HSL 308.41º 0.98% 0.21% -
HSV(B) 308.41º 0.99% 0.42% -
XYZ 8.17 4 10.7 -
YUV 43.48 155.95 174.02 -
System Red Green Blue C M Y K H S L
Decimal 108 1 93 0 0.99 0.14 0.58 308.41 0.98 0.21
Hex 6C 1 5D 0 63 E 3A 134 62 15
Octal 154 1 135 0 143 16 72 464 142 25
Binary 1101100 1 1011101 0 1100011 1110 111010 100110100 1100010 10101

Color Harmonies of #6C015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C015D

Black with #6C015D

Text Example


Text Example

White with #6C015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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