Html Css Color HEX #612450 Palatinate Purple

📋 copy color: '#612450'

red 97 ◦ green 36 ◦ blue 80

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

Shades of Palatinate Purple #612450

Tints of Palatinate Purple #612450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

 BLUE value IS 80 (31.64% from 255) = 37.56%

R = 45.54%
G = 16.9%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#612450 (or 0x612450) is known color: Palatinate Purple. HEX triplet: 61, 24 and 50. RGB value is (97,36,80). Sum of RGB (Red+Green+Blue) = 97+36+80=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #612450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612450 is #9EDBAF. Grayscale: #3B3B3B. Windows color (decimal): -10410928 or 5252193. OLE color: 5252193.

HSL color Cylindrical-coordinate representation of color #612450: hue angle of 316.72º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612450 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 36 80 -
CMYK 0 0.63 0.18 0.62
HSL 316.72º 0.46% 0.26% -
HSV(B) 316.72º 0.63% 0.38% -
XYZ 7.01 4.38 8.07 -
YUV 59.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 97 36 80 0 0.63 0.18 0.62 316.72 0.46 0.26
Hex 61 24 50 0 3F 12 3E 13D 2E 1A
Octal 141 44 120 0 77 22 76 475 56 32
Binary 1100001 100100 1010000 0 111111 10010 111110 100111101 101110 11010

Color Harmonies of #612450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612450

Black with #612450

Text Example


Text Example

White with #612450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612450; }

 p { color: rgb(97,36,80); }

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

background-color css

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

 a { background-color: rgb(97,36,80); }

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

border-color css

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

 span { border-color: rgb(97,36,80); }

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