Html Css Color HEX #612954 Palatinate Purple

📋 copy color: '#612954'

red 97 ◦ green 41 ◦ blue 84

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

Shades of Palatinate Purple #612954

Tints of Palatinate Purple #612954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

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

R = 43.69%
G = 18.47%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#612954 (or 0x612954) is known color: Palatinate Purple. HEX triplet: 61, 29 and 54. RGB value is (97,41,84). Sum of RGB (Red+Green+Blue) = 97+41+84=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #612954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612954 is #9ED6AB. Grayscale: #3E3E3E. Windows color (decimal): -10409644 or 5515617. OLE color: 5515617.

HSL color Cylindrical-coordinate representation of color #612954: hue angle of 313.93º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #612954 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 41 84 -
CMYK 0 0.58 0.13 0.62
HSL 313.93º 0.41% 0.27% -
HSV(B) 313.93º 0.58% 0.38% -
XYZ 7.32 4.77 8.92 -
YUV 62.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 97 41 84 0 0.58 0.13 0.62 313.93 0.41 0.27
Hex 61 29 54 0 3A D 3E 13A 29 1B
Octal 141 51 124 0 72 15 76 472 51 33
Binary 1100001 101001 1010100 0 111010 1101 111110 100111010 101001 11011

Color Harmonies of #612954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612954

Black with #612954

Text Example


Text Example

White with #612954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612954; }

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

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

background-color css

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

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

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

border-color css

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

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

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