Html Css Color HEX #612E52 Palatinate Purple

📋 copy color: '#612E52'

red 97 ◦ green 46 ◦ blue 82

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

Shades of Palatinate Purple #612E52

Tints of Palatinate Purple #612E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.44%

R = 43.11%
G = 20.44%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#612E52 (or 0x612E52) is known color: Palatinate Purple. HEX triplet: 61, 2E and 52. RGB value is (97,46,82). Sum of RGB (Red+Green+Blue) = 97+46+82=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #612E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E52 is #9ED1AD. Grayscale: #414141. Windows color (decimal): -10408366 or 5385825. OLE color: 5385825.

HSL color Cylindrical-coordinate representation of color #612E52: hue angle of 317.65º 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 #612E52 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 46 82 -
CMYK 0 0.53 0.15 0.62
HSL 317.65º 0.36% 0.28% -
HSV(B) 317.65º 0.53% 0.38% -
XYZ 7.43 5.1 8.58 -
YUV 65.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 97 46 82 0 0.53 0.15 0.62 317.65 0.36 0.28
Hex 61 2E 52 0 35 F 3E 13E 24 1C
Octal 141 56 122 0 65 17 76 476 44 34
Binary 1100001 101110 1010010 0 110101 1111 111110 100111110 100100 11100

Color Harmonies of #612E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E52

Black with #612E52

Text Example


Text Example

White with #612E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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