Html Css Color HEX #61005C Palatinate Purple

📋 copy color: '#61005C'

red 97 ◦ green 0 ◦ blue 92

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

Shades of Palatinate Purple #61005C

Tints of Palatinate Purple #61005C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.32%
G = 0%
B = 48.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#61005C (or 0x61005C) is known color: Palatinate Purple. HEX triplet: 61, 00 and 5C. RGB value is (97,0,92). Sum of RGB (Red+Green+Blue) = 97+0+92=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61005C is #9EFFA3. Grayscale: #272727. Windows color (decimal): -10420132 or 6029409. OLE color: 6029409.

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

Color convert

RGB 97 0 92 -
CMYK 0 1 0.05 0.62
HSL 303.09º 1% 0.19% -
HSV(B) 303.09º 1% 0.38% -
XYZ 6.86 3.31 10.4 -
YUV 39.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 97 0 92 0 1 0.05 0.62 303.09 1 0.19
Hex 61 0 5C 0 64 5 3E 12F 64 13
Octal 141 0 134 0 144 5 76 457 144 23
Binary 1100001 0 1011100 0 1100100 101 111110 100101111 1100100 10011

Color Harmonies of #61005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61005C

Black with #61005C

Text Example


Text Example

White with #61005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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