Html Css Color HEX #612752 Palatinate Purple

📋 copy color: '#612752'

red 97 ◦ green 39 ◦ blue 82

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

Shades of Palatinate Purple #612752

Tints of Palatinate Purple #612752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

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

R = 44.5%
G = 17.89%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#612752 (or 0x612752) is known color: Palatinate Purple. HEX triplet: 61, 27 and 52. RGB value is (97,39,82). Sum of RGB (Red+Green+Blue) = 97+39+82=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #612752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612752 is #9ED8AD. Grayscale: #3D3D3D. Windows color (decimal): -10410158 or 5384033. OLE color: 5384033.

HSL color Cylindrical-coordinate representation of color #612752: hue angle of 315.52º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #612752 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 39 82 -
CMYK 0 0.60 0.15 0.62
HSL 315.52º 0.43% 0.27% -
HSV(B) 315.52º 0.6% 0.38% -
XYZ 7.18 4.6 8.49 -
YUV 61.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 97 39 82 0 0.60 0.15 0.62 315.52 0.43 0.27
Hex 61 27 52 0 3C F 3E 13C 2B 1B
Octal 141 47 122 0 74 17 76 474 53 33
Binary 1100001 100111 1010010 0 111100 1111 111110 100111100 101011 11011

Color Harmonies of #612752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612752

Black with #612752

Text Example


Text Example

White with #612752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612752; }

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

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

background-color css

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

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

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

border-color css

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

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

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