Html Css Color HEX #612E5D Palatinate Purple

📋 copy color: '#612E5D'

red 97 ◦ green 46 ◦ blue 93

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

Shades of Palatinate Purple #612E5D

Tints of Palatinate Purple #612E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.41%

R = 41.1%
G = 19.49%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#612E5D (or 0x612E5D) is known color: Palatinate Purple. HEX triplet: 61, 2E and 5D. RGB value is (97,46,93). Sum of RGB (Red+Green+Blue) = 97+46+93=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #612E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E5D is #9ED1A2. Grayscale: #424242. Windows color (decimal): -10408355 or 6106721. OLE color: 6106721.

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

Color convert

RGB 97 46 93 -
CMYK 0 0.53 0.04 0.62
HSL 304.71º 0.36% 0.28% -
HSV(B) 304.71º 0.53% 0.38% -
XYZ 7.88 5.29 10.96 -
YUV 66.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 97 46 93 0 0.53 0.04 0.62 304.71 0.36 0.28
Hex 61 2E 5D 0 35 4 3E 131 24 1C
Octal 141 56 135 0 65 4 76 461 44 34
Binary 1100001 101110 1011101 0 110101 100 111110 100110001 100100 11100

Color Harmonies of #612E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E5D

Black with #612E5D

Text Example


Text Example

White with #612E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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