Html Css Color HEX #61405E Palatinate Purple

📋 copy color: '#61405E'

red 97 ◦ green 64 ◦ blue 94

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

Shades of Palatinate Purple #61405E

Tints of Palatinate Purple #61405E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.1%

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

R = 38.04%
G = 25.1%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61405E (or 0x61405E) is known color: Palatinate Purple. HEX triplet: 61, 40 and 5E. RGB value is (97,64,94). Sum of RGB (Red+Green+Blue) = 97+64+94=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 97 - color contains mainly: red. Hex color #61405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61405E is #9EBFA1. Grayscale: #4D4D4D. Windows color (decimal): -10403746 or 6176865. OLE color: 6176865.

HSL color Cylindrical-coordinate representation of color #61405E: hue angle of 305.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61405E is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 64 94 -
CMYK 0 0.34 0.03 0.62
HSL 305.45º 0.2% 0.32% -
HSV(B) 305.45º 0.34% 0.38% -
XYZ 8.78 7.02 11.48 -
YUV 77.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 97 64 94 0 0.34 0.03 0.62 305.45 0.2 0.32
Hex 61 40 5E 0 22 3 3E 131 14 20
Octal 141 100 136 0 42 3 76 461 24 40
Binary 1100001 1000000 1011110 0 100010 11 111110 100110001 10100 100000

Color Harmonies of #61405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61405E

Black with #61405E

Text Example


Text Example

White with #61405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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