Html Css Color HEX #61025C Palatinate Purple

📋 copy color: '#61025C'

red 97 ◦ green 2 ◦ blue 92

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

Shades of Palatinate Purple #61025C

Tints of Palatinate Purple #61025C

RGB

 RED value IS 97 (38.28% from 255) = 50.79%

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

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

R = 50.79%
G = 1.05%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#61025C (or 0x61025C) is known color: Palatinate Purple. HEX triplet: 61, 02 and 5C. RGB value is (97,2,92). Sum of RGB (Red+Green+Blue) = 97+2+92=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61025C is #9EFDA3. Grayscale: #282828. Windows color (decimal): -10419620 or 6029921. OLE color: 6029921.

HSL color Cylindrical-coordinate representation of color #61025C: hue angle of 303.16º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #61025C is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 2 92 -
CMYK 0 0.98 0.05 0.62
HSL 303.16º 0.96% 0.19% -
HSV(B) 303.16º 0.98% 0.38% -
XYZ 6.88 3.36 10.41 -
YUV 40.67 156.97 168.18 -
System Red Green Blue C M Y K H S L
Decimal 97 2 92 0 0.98 0.05 0.62 303.16 0.96 0.19
Hex 61 2 5C 0 62 5 3E 12F 60 13
Octal 141 2 134 0 142 5 76 457 140 23
Binary 1100001 10 1011100 0 1100010 101 111110 100101111 1100000 10011

Color Harmonies of #61025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61025C

Black with #61025C

Text Example


Text Example

White with #61025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61025C; }

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

 H1.HeaderClassName
 {
   color: #61025C;
 }
 .AnyTagClassName
 {
   color: #61025C;
 }
</style>

background-color css

<style>
 a { background-color: #61025C; }

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

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

border-color css

<style>
 span { border-color: #61025C; }

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

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