Html Css Color HEX #612260 Palatinate Purple

📋 copy color: '#612260'

red 97 ◦ green 34 ◦ blue 96

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

Shades of Palatinate Purple #612260

Tints of Palatinate Purple #612260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.29%

R = 42.73%
G = 14.98%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#612260 (or 0x612260) is known color: Palatinate Purple. HEX triplet: 61, 22 and 60. RGB value is (97,34,96). Sum of RGB (Red+Green+Blue) = 97+34+96=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #612260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612260 is #9EDD9F. Grayscale: #3B3B3B. Windows color (decimal): -10411424 or 6300257. OLE color: 6300257.

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

Color convert

RGB 97 34 96 -
CMYK 0 0.65 0.01 0.62
HSL 300.95º 0.48% 0.26% -
HSV(B) 300.95º 0.65% 0.38% -
XYZ 7.61 4.53 11.54 -
YUV 59.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 97 34 96 0 0.65 0.01 0.62 300.95 0.48 0.26
Hex 61 22 60 0 41 1 3E 12D 30 1A
Octal 141 42 140 0 101 1 76 455 60 32
Binary 1100001 100010 1100000 0 1000001 1 111110 100101101 110000 11010

Color Harmonies of #612260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612260

Black with #612260

Text Example


Text Example

White with #612260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612260; }

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

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

background-color css

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

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

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

border-color css

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

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

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