Html Css Color HEX #612660 Palatinate Purple

📋 copy color: '#612660'

red 97 ◦ green 38 ◦ blue 96

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

Shades of Palatinate Purple #612660

Tints of Palatinate Purple #612660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 41.99%
G = 16.45%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#612660 (or 0x612660) is known color: Palatinate Purple. HEX triplet: 61, 26 and 60. RGB value is (97,38,96). Sum of RGB (Red+Green+Blue) = 97+38+96=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #612660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612660 is #9ED99F. Grayscale: #3E3E3E. Windows color (decimal): -10410400 or 6301281. OLE color: 6301281.

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

Color convert

RGB 97 38 96 -
CMYK 0 0.61 0.01 0.62
HSL 301.02º 0.44% 0.26% -
HSV(B) 301.02º 0.61% 0.38% -
XYZ 7.73 4.77 11.58 -
YUV 62.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 97 38 96 0 0.61 0.01 0.62 301.02 0.44 0.26
Hex 61 26 60 0 3D 1 3E 12D 2C 1A
Octal 141 46 140 0 75 1 76 455 54 32
Binary 1100001 100110 1100000 0 111101 1 111110 100101101 101100 11010

Color Harmonies of #612660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612660

Black with #612660

Text Example


Text Example

White with #612660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612660; }

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

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

background-color css

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

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

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

border-color css

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

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

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