Html Css Color HEX #612052 Palatinate Purple

📋 copy color: '#612052'

red 97 ◦ green 32 ◦ blue 82

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

Shades of Palatinate Purple #612052

Tints of Palatinate Purple #612052

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

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

R = 45.97%
G = 15.17%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#612052 (or 0x612052) is known color: Palatinate Purple. HEX triplet: 61, 20 and 52. RGB value is (97,32,82). Sum of RGB (Red+Green+Blue) = 97+32+82=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #612052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612052 is #9EDFAD. Grayscale: #393939. Windows color (decimal): -10411950 or 5382241. OLE color: 5382241.

HSL color Cylindrical-coordinate representation of color #612052: hue angle of 313.85º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612052 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 32 82 -
CMYK 0 0.67 0.15 0.62
HSL 313.85º 0.5% 0.25% -
HSV(B) 313.85º 0.67% 0.38% -
XYZ 6.97 4.18 8.42 -
YUV 57.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 97 32 82 0 0.67 0.15 0.62 313.85 0.5 0.25
Hex 61 20 52 0 43 F 3E 13A 32 19
Octal 141 40 122 0 103 17 76 472 62 31
Binary 1100001 100000 1010010 0 1000011 1111 111110 100111010 110010 11001

Color Harmonies of #612052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612052

Black with #612052

Text Example


Text Example

White with #612052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612052; }

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

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

background-color css

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

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

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

border-color css

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

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

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