Html Css Color HEX #612152 Palatinate Purple

📋 copy color: '#612152'

red 97 ◦ green 33 ◦ blue 82

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

Shades of Palatinate Purple #612152

Tints of Palatinate Purple #612152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.57%

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

R = 45.75%
G = 15.57%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#612152 (or 0x612152) is known color: Palatinate Purple. HEX triplet: 61, 21 and 52. RGB value is (97,33,82). Sum of RGB (Red+Green+Blue) = 97+33+82=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #612152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612152 is #9EDEAD. Grayscale: #393939. Windows color (decimal): -10411694 or 5382497. OLE color: 5382497.

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

Color convert

RGB 97 33 82 -
CMYK 0 0.66 0.15 0.62
HSL 314.06º 0.49% 0.25% -
HSV(B) 314.06º 0.66% 0.38% -
XYZ 7 4.24 8.43 -
YUV 57.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 97 33 82 0 0.66 0.15 0.62 314.06 0.49 0.25
Hex 61 21 52 0 42 F 3E 13A 31 19
Octal 141 41 122 0 102 17 76 472 61 31
Binary 1100001 100001 1010010 0 1000010 1111 111110 100111010 110001 11001

Color Harmonies of #612152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612152

Black with #612152

Text Example


Text Example

White with #612152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612152; }

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

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

background-color css

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

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

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

border-color css

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

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

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