Html Css Color HEX #612350 Palatinate Purple

📋 copy color: '#612350'

red 97 ◦ green 35 ◦ blue 80

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

Shades of Palatinate Purple #612350

Tints of Palatinate Purple #612350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.51%

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

R = 45.75%
G = 16.51%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#612350 (or 0x612350) is known color: Palatinate Purple. HEX triplet: 61, 23 and 50. RGB value is (97,35,80). Sum of RGB (Red+Green+Blue) = 97+35+80=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #612350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612350 is #9EDCAF. Grayscale: #3A3A3A. Windows color (decimal): -10411184 or 5251937. OLE color: 5251937.

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

Color convert

RGB 97 35 80 -
CMYK 0 0.64 0.18 0.62
HSL 316.45º 0.47% 0.26% -
HSV(B) 316.45º 0.64% 0.38% -
XYZ 6.98 4.32 8.06 -
YUV 58.67 140.04 155.34 -
System Red Green Blue C M Y K H S L
Decimal 97 35 80 0 0.64 0.18 0.62 316.45 0.47 0.26
Hex 61 23 50 0 40 12 3E 13C 2F 1A
Octal 141 43 120 0 100 22 76 474 57 32
Binary 1100001 100011 1010000 0 1000000 10010 111110 100111100 101111 11010

Color Harmonies of #612350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612350

Black with #612350

Text Example


Text Example

White with #612350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612350; }

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

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

background-color css

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

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

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

border-color css

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

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

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