Html Css Color HEX #612C5D Palatinate Purple

📋 copy color: '#612C5D'

red 97 ◦ green 44 ◦ blue 93

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

Shades of Palatinate Purple #612C5D

Tints of Palatinate Purple #612C5D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.8%

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

R = 41.45%
G = 18.8%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#612C5D (or 0x612C5D) is known color: Palatinate Purple. HEX triplet: 61, 2C and 5D. RGB value is (97,44,93). Sum of RGB (Red+Green+Blue) = 97+44+93=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #612C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C5D is #9ED3A2. Grayscale: #414141. Windows color (decimal): -10408867 or 6106209. OLE color: 6106209.

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

Color convert

RGB 97 44 93 -
CMYK 0 0.55 0.04 0.62
HSL 304.53º 0.38% 0.28% -
HSV(B) 304.53º 0.55% 0.38% -
XYZ 7.81 5.13 10.94 -
YUV 65.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 97 44 93 0 0.55 0.04 0.62 304.53 0.38 0.28
Hex 61 2C 5D 0 37 4 3E 131 26 1C
Octal 141 54 135 0 67 4 76 461 46 34
Binary 1100001 101100 1011101 0 110111 100 111110 100110001 100110 11100

Color Harmonies of #612C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C5D

Black with #612C5D

Text Example


Text Example

White with #612C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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