Html Css Color HEX #611462 Palatinate Purple

📋 copy color: '#611462'

red 97 ◦ green 20 ◦ blue 98

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

Shades of Palatinate Purple #611462

Tints of Palatinate Purple #611462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.3%

 BLUE value IS 98 (38.67% from 255) = 45.58%

R = 45.12%
G = 9.3%
B = 45.58%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#611462 (or 0x611462) is known color: Palatinate Purple. HEX triplet: 61, 14 and 62. RGB value is (97,20,98). Sum of RGB (Red+Green+Blue) = 97+20+98=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #611462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611462 is #9EEB9D. Grayscale: #333333. Windows color (decimal): -10415006 or 6427745. OLE color: 6427745.

HSL color Cylindrical-coordinate representation of color #611462: hue angle of 299.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611462 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 20 98 -
CMYK 0.01 0.80 0 0.62
HSL 299.23º 0.66% 0.23% -
HSV(B) 299.23º 0.8% 0.38% -
XYZ 7.38 3.92 11.92 -
YUV 51.92 154.01 160.16 -
System Red Green Blue C M Y K H S L
Decimal 97 20 98 0.01 0.80 0 0.62 299.23 0.66 0.23
Hex 61 14 62 1 50 0 3E 12B 42 17
Octal 141 24 142 1 120 0 76 453 102 27
Binary 1100001 10100 1100010 1 1010000 0 111110 100101011 1000010 10111

Color Harmonies of #611462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611462

Black with #611462

Text Example


Text Example

White with #611462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611462; }

 p { color: rgb(97,20,98); }

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

background-color css

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

 a { background-color: rgb(97,20,98); }

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

border-color css

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

 span { border-color: rgb(97,20,98); }

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