Html Css Color HEX #61005E Palatinate Purple

📋 copy color: '#61005E'

red 97 ◦ green 0 ◦ blue 94

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

Shades of Palatinate Purple #61005E

Tints of Palatinate Purple #61005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 49.21%

R = 50.79%
G = 0%
B = 49.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61005E (or 0x61005E) is known color: Palatinate Purple. HEX triplet: 61, 00 and 5E. RGB value is (97,0,94). Sum of RGB (Red+Green+Blue) = 97+0+94=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61005E is #9EFFA1. Grayscale: #272727. Windows color (decimal): -10420130 or 6160481. OLE color: 6160481.

HSL color Cylindrical-coordinate representation of color #61005E: hue angle of 301.86º 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 #61005E is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 0 94 -
CMYK 0 1 0.03 0.62
HSL 301.86º 1% 0.19% -
HSV(B) 301.86º 1% 0.38% -
XYZ 6.95 3.35 10.87 -
YUV 39.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 97 0 94 0 1 0.03 0.62 301.86 1 0.19
Hex 61 0 5E 0 64 3 3E 12E 64 13
Octal 141 0 136 0 144 3 76 456 144 23
Binary 1100001 0 1011110 0 1100100 11 111110 100101110 1100100 10011

Color Harmonies of #61005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61005E

Black with #61005E

Text Example


Text Example

White with #61005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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