Html Css Color HEX #612652 Palatinate Purple

📋 copy color: '#612652'

red 97 ◦ green 38 ◦ blue 82

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

Shades of Palatinate Purple #612652

Tints of Palatinate Purple #612652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

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

R = 44.7%
G = 17.51%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#612652 (or 0x612652) is known color: Palatinate Purple. HEX triplet: 61, 26 and 52. RGB value is (97,38,82). Sum of RGB (Red+Green+Blue) = 97+38+82=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 82 (32.42% from 255 or 37.79% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #612652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612652 is #9ED9AD. Grayscale: #3C3C3C. Windows color (decimal): -10410414 or 5383777. OLE color: 5383777.

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

Color convert

RGB 97 38 82 -
CMYK 0 0.61 0.15 0.62
HSL 315.25º 0.44% 0.26% -
HSV(B) 315.25º 0.61% 0.38% -
XYZ 7.15 4.54 8.48 -
YUV 60.66 140.05 153.92 -
System Red Green Blue C M Y K H S L
Decimal 97 38 82 0 0.61 0.15 0.62 315.25 0.44 0.26
Hex 61 26 52 0 3D F 3E 13B 2C 1A
Octal 141 46 122 0 75 17 76 473 54 32
Binary 1100001 100110 1010010 0 111101 1111 111110 100111011 101100 11010

Color Harmonies of #612652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612652

Black with #612652

Text Example


Text Example

White with #612652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612652; }

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

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

background-color css

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

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

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

border-color css

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

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

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