Html Css Color HEX #612250 Palatinate Purple

📋 copy color: '#612250'

red 97 ◦ green 34 ◦ blue 80

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

Shades of Palatinate Purple #612250

Tints of Palatinate Purple #612250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

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

R = 45.97%
G = 16.11%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#612250 (or 0x612250) is known color: Palatinate Purple. HEX triplet: 61, 22 and 50. RGB value is (97,34,80). Sum of RGB (Red+Green+Blue) = 97+34+80=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #612250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612250 is #9EDDAF. Grayscale: #393939. Windows color (decimal): -10411440 or 5251681. OLE color: 5251681.

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

Color convert

RGB 97 34 80 -
CMYK 0 0.65 0.18 0.62
HSL 316.19º 0.48% 0.26% -
HSV(B) 316.19º 0.65% 0.38% -
XYZ 6.95 4.26 8.05 -
YUV 58.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 97 34 80 0 0.65 0.18 0.62 316.19 0.48 0.26
Hex 61 22 50 0 41 12 3E 13C 30 1A
Octal 141 42 120 0 101 22 76 474 60 32
Binary 1100001 100010 1010000 0 1000001 10010 111110 100111100 110000 11010

Color Harmonies of #612250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612250

Black with #612250

Text Example


Text Example

White with #612250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612250; }

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

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

background-color css

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

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

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

border-color css

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

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

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