Html Css Color HEX #612352 Palatinate Purple

📋 copy color: '#612352'

red 97 ◦ green 35 ◦ blue 82

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

Shades of Palatinate Purple #612352

Tints of Palatinate Purple #612352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 45.33%
G = 16.36%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#612352 (or 0x612352) is known color: Palatinate Purple. HEX triplet: 61, 23 and 52. RGB value is (97,35,82). Sum of RGB (Red+Green+Blue) = 97+35+82=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #612352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612352 is #9EDCAD. Grayscale: #3A3A3A. Windows color (decimal): -10411182 or 5383009. OLE color: 5383009.

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

Color convert

RGB 97 35 82 -
CMYK 0 0.64 0.15 0.62
HSL 314.52º 0.47% 0.26% -
HSV(B) 314.52º 0.64% 0.38% -
XYZ 7.05 4.35 8.45 -
YUV 58.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 97 35 82 0 0.64 0.15 0.62 314.52 0.47 0.26
Hex 61 23 52 0 40 F 3E 13B 2F 1A
Octal 141 43 122 0 100 17 76 473 57 32
Binary 1100001 100011 1010010 0 1000000 1111 111110 100111011 101111 11010

Color Harmonies of #612352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612352

Black with #612352

Text Example


Text Example

White with #612352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612352; }

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

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

background-color css

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

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

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

border-color css

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

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

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