Html Css Color HEX #612050 Palatinate Purple

📋 copy color: '#612050'

red 97 ◦ green 32 ◦ blue 80

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

Shades of Palatinate Purple #612050

Tints of Palatinate Purple #612050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

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

R = 46.41%
G = 15.31%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#612050 (or 0x612050) is known color: Palatinate Purple. HEX triplet: 61, 20 and 50. RGB value is (97,32,80). Sum of RGB (Red+Green+Blue) = 97+32+80=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #612050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612050 is #9EDFAF. Grayscale: #383838. Windows color (decimal): -10411952 or 5251169. OLE color: 5251169.

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

Color convert

RGB 97 32 80 -
CMYK 0 0.67 0.18 0.62
HSL 315.69º 0.5% 0.25% -
HSV(B) 315.69º 0.67% 0.38% -
XYZ 6.89 4.15 8.03 -
YUV 56.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 97 32 80 0 0.67 0.18 0.62 315.69 0.5 0.25
Hex 61 20 50 0 43 12 3E 13C 32 19
Octal 141 40 120 0 103 22 76 474 62 31
Binary 1100001 100000 1010000 0 1000011 10010 111110 100111100 110010 11001

Color Harmonies of #612050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612050

Black with #612050

Text Example


Text Example

White with #612050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612050; }

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

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

background-color css

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

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

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

border-color css

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

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

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