Html Css Color HEX #61215E Palatinate Purple

📋 copy color: '#61215E'

red 97 ◦ green 33 ◦ blue 94

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

Shades of Palatinate Purple #61215E

Tints of Palatinate Purple #61215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

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

R = 43.3%
G = 14.73%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61215E (or 0x61215E) is known color: Palatinate Purple. HEX triplet: 61, 21 and 5E. RGB value is (97,33,94). Sum of RGB (Red+Green+Blue) = 97+33+94=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #61215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61215E is #9EDEA1. Grayscale: #3A3A3A. Windows color (decimal): -10411682 or 6168929. OLE color: 6168929.

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

Color convert

RGB 97 33 94 -
CMYK 0 0.66 0.03 0.62
HSL 302.81º 0.49% 0.25% -
HSV(B) 302.81º 0.66% 0.38% -
XYZ 7.49 4.44 11.05 -
YUV 59.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 97 33 94 0 0.66 0.03 0.62 302.81 0.49 0.25
Hex 61 21 5E 0 42 3 3E 12F 31 19
Octal 141 41 136 0 102 3 76 457 61 31
Binary 1100001 100001 1011110 0 1000010 11 111110 100101111 110001 11001

Color Harmonies of #61215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61215E

Black with #61215E

Text Example


Text Example

White with #61215E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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