Html Css Color HEX #612C53 Palatinate Purple

📋 copy color: '#612C53'

red 97 ◦ green 44 ◦ blue 83

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

Shades of Palatinate Purple #612C53

Tints of Palatinate Purple #612C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.05%

R = 43.3%
G = 19.64%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#612C53 (or 0x612C53) is known color: Palatinate Purple. HEX triplet: 61, 2C and 53. RGB value is (97,44,83). Sum of RGB (Red+Green+Blue) = 97+44+83=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #612C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C53 is #9ED3AC. Grayscale: #404040. Windows color (decimal): -10408877 or 5450849. OLE color: 5450849.

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

Color convert

RGB 97 44 83 -
CMYK 0 0.55 0.14 0.62
HSL 315.85º 0.38% 0.28% -
HSV(B) 315.85º 0.55% 0.38% -
XYZ 7.39 4.97 8.75 -
YUV 64.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 97 44 83 0 0.55 0.14 0.62 315.85 0.38 0.28
Hex 61 2C 53 0 37 E 3E 13C 26 1C
Octal 141 54 123 0 67 16 76 474 46 34
Binary 1100001 101100 1010011 0 110111 1110 111110 100111100 100110 11100

Color Harmonies of #612C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C53

Black with #612C53

Text Example


Text Example

White with #612C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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