Html Css Color HEX #612354 Palatinate Purple

📋 copy color: '#612354'

red 97 ◦ green 35 ◦ blue 84

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

Shades of Palatinate Purple #612354

Tints of Palatinate Purple #612354

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

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

R = 44.91%
G = 16.2%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#612354 (or 0x612354) is known color: Palatinate Purple. HEX triplet: 61, 23 and 54. RGB value is (97,35,84). Sum of RGB (Red+Green+Blue) = 97+35+84=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #612354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612354 is #9EDCAB. Grayscale: #3A3A3A. Windows color (decimal): -10411180 or 5514081. OLE color: 5514081.

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

Color convert

RGB 97 35 84 -
CMYK 0 0.64 0.13 0.62
HSL 312.58º 0.47% 0.26% -
HSV(B) 312.58º 0.64% 0.38% -
XYZ 7.13 4.38 8.86 -
YUV 59.12 142.04 155.02 -
System Red Green Blue C M Y K H S L
Decimal 97 35 84 0 0.64 0.13 0.62 312.58 0.47 0.26
Hex 61 23 54 0 40 D 3E 139 2F 1A
Octal 141 43 124 0 100 15 76 471 57 32
Binary 1100001 100011 1010100 0 1000000 1101 111110 100111001 101111 11010

Color Harmonies of #612354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612354

Black with #612354

Text Example


Text Example

White with #612354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612354; }

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

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

background-color css

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

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

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

border-color css

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

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

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