Html Css Color HEX #612653 Palatinate Purple

📋 copy color: '#612653'

red 97 ◦ green 38 ◦ blue 83

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

Shades of Palatinate Purple #612653

Tints of Palatinate Purple #612653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.07%

R = 44.5%
G = 17.43%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#612653 (or 0x612653) is known color: Palatinate Purple. HEX triplet: 61, 26 and 53. RGB value is (97,38,83). Sum of RGB (Red+Green+Blue) = 97+38+83=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #612653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612653 is #9ED9AC. Grayscale: #3C3C3C. Windows color (decimal): -10410413 or 5449313. OLE color: 5449313.

HSL color Cylindrical-coordinate representation of color #612653: hue angle of 314.24º 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 #612653 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 38 83 -
CMYK 0 0.61 0.14 0.62
HSL 314.24º 0.44% 0.26% -
HSV(B) 314.24º 0.61% 0.38% -
XYZ 7.18 4.55 8.68 -
YUV 60.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 97 38 83 0 0.61 0.14 0.62 314.24 0.44 0.26
Hex 61 26 53 0 3D E 3E 13A 2C 1A
Octal 141 46 123 0 75 16 76 472 54 32
Binary 1100001 100110 1010011 0 111101 1110 111110 100111010 101100 11010

Color Harmonies of #612653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612653

Black with #612653

Text Example


Text Example

White with #612653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612653; }

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

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

background-color css

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

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

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

border-color css

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

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

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