Html Css Color HEX #6C025C Palatinate Purple

📋 copy color: '#6C025C'

red 108 ◦ green 2 ◦ blue 92

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

Shades of Palatinate Purple #6C025C

Tints of Palatinate Purple #6C025C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 53.47%
G = 0.99%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6C025C (or 0x6C025C) is known color: Palatinate Purple. HEX triplet: 6C, 02 and 5C. RGB value is (108,2,92). Sum of RGB (Red+Green+Blue) = 108+2+92=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C025C is #93FDA3. Grayscale: #2B2B2B. Windows color (decimal): -9698724 or 6029932. OLE color: 6029932.

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

Color convert

RGB 108 2 92 -
CMYK 0 0.98 0.15 0.58
HSL 309.06º 0.96% 0.22% -
HSV(B) 309.06º 0.98% 0.42% -
XYZ 8.14 4 10.47 -
YUV 43.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 108 2 92 0 0.98 0.15 0.58 309.06 0.96 0.22
Hex 6C 2 5C 0 62 F 3A 135 60 16
Octal 154 2 134 0 142 17 72 465 140 26
Binary 1101100 10 1011100 0 1100010 1111 111010 100110101 1100000 10110

Color Harmonies of #6C025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C025C

Black with #6C025C

Text Example


Text Example

White with #6C025C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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