Html Css Color HEX #612E54 Palatinate Purple

📋 copy color: '#612E54'

red 97 ◦ green 46 ◦ blue 84

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

Shades of Palatinate Purple #612E54

Tints of Palatinate Purple #612E54

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.26%

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

R = 42.73%
G = 20.26%
B = 37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#612E54 (or 0x612E54) is known color: Palatinate Purple. HEX triplet: 61, 2E and 54. RGB value is (97,46,84). Sum of RGB (Red+Green+Blue) = 97+46+84=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #612E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E54 is #9ED1AB. Grayscale: #414141. Windows color (decimal): -10408364 or 5516897. OLE color: 5516897.

HSL color Cylindrical-coordinate representation of color #612E54: hue angle of 315.29º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #612E54 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 46 84 -
CMYK 0 0.53 0.13 0.62
HSL 315.29º 0.36% 0.28% -
HSV(B) 315.29º 0.53% 0.38% -
XYZ 7.51 5.14 8.98 -
YUV 65.58 138.4 150.41 -
System Red Green Blue C M Y K H S L
Decimal 97 46 84 0 0.53 0.13 0.62 315.29 0.36 0.28
Hex 61 2E 54 0 35 D 3E 13B 24 1C
Octal 141 56 124 0 65 15 76 473 44 34
Binary 1100001 101110 1010100 0 110101 1101 111110 100111011 100100 11100

Color Harmonies of #612E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E54

Black with #612E54

Text Example


Text Example

White with #612E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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