Html Css Color HEX #612150 Palatinate Purple

📋 copy color: '#612150'

red 97 ◦ green 33 ◦ blue 80

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

Shades of Palatinate Purple #612150

Tints of Palatinate Purple #612150

RGB

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

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

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

R = 46.19%
G = 15.71%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#612150 (or 0x612150) is known color: Palatinate Purple. HEX triplet: 61, 21 and 50. RGB value is (97,33,80). Sum of RGB (Red+Green+Blue) = 97+33+80=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #612150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612150 is #9EDEAF. Grayscale: #393939. Windows color (decimal): -10411696 or 5251425. OLE color: 5251425.

HSL color Cylindrical-coordinate representation of color #612150: hue angle of 315.94º 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 #612150 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 33 80 -
CMYK 0 0.66 0.18 0.62
HSL 315.94º 0.49% 0.25% -
HSV(B) 315.94º 0.66% 0.38% -
XYZ 6.92 4.21 8.04 -
YUV 57.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 97 33 80 0 0.66 0.18 0.62 315.94 0.49 0.25
Hex 61 21 50 0 42 12 3E 13C 31 19
Octal 141 41 120 0 102 22 76 474 61 31
Binary 1100001 100001 1010000 0 1000010 10010 111110 100111100 110001 11001

Color Harmonies of #612150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612150

Black with #612150

Text Example


Text Example

White with #612150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612150; }

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

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

background-color css

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

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

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

border-color css

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

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

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