Html Css Color HEX #612254 Palatinate Purple

📋 copy color: '#612254'

red 97 ◦ green 34 ◦ blue 84

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

Shades of Palatinate Purple #612254

Tints of Palatinate Purple #612254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.07%

R = 45.12%
G = 15.81%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#612254 (or 0x612254) is known color: Palatinate Purple. HEX triplet: 61, 22 and 54. RGB value is (97,34,84). Sum of RGB (Red+Green+Blue) = 97+34+84=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #612254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612254 is #9EDDAB. Grayscale: #3A3A3A. Windows color (decimal): -10411436 or 5513825. OLE color: 5513825.

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

Color convert

RGB 97 34 84 -
CMYK 0 0.65 0.13 0.62
HSL 312.38º 0.48% 0.26% -
HSV(B) 312.38º 0.65% 0.38% -
XYZ 7.1 4.33 8.85 -
YUV 58.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 97 34 84 0 0.65 0.13 0.62 312.38 0.48 0.26
Hex 61 22 54 0 41 D 3E 138 30 1A
Octal 141 42 124 0 101 15 76 470 60 32
Binary 1100001 100010 1010100 0 1000001 1101 111110 100111000 110000 11010

Color Harmonies of #612254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612254

Black with #612254

Text Example


Text Example

White with #612254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612254; }

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

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

background-color css

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

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

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

border-color css

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

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

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