Html Css Color HEX #612363 Palatinate Purple

📋 copy color: '#612363'

red 97 ◦ green 35 ◦ blue 99

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

Shades of Palatinate Purple #612363

Tints of Palatinate Purple #612363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.86%

R = 41.99%
G = 15.15%
B = 42.86%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#612363 (or 0x612363) is known color: Palatinate Purple. HEX triplet: 61, 23 and 63. RGB value is (97,35,99). Sum of RGB (Red+Green+Blue) = 97+35+99=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #612363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612363 is #9EDC9C. Grayscale: #3C3C3C. Windows color (decimal): -10411165 or 6497121. OLE color: 6497121.

HSL color Cylindrical-coordinate representation of color #612363: hue angle of 298.12º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #612363 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 35 99 -
CMYK 0.02 0.65 0 0.61
HSL 298.13º 0.48% 0.26% -
HSV(B) 298.13º 0.65% 0.39% -
XYZ 7.78 4.64 12.29 -
YUV 60.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 97 35 99 0.02 0.65 0 0.61 298.13 0.48 0.26
Hex 61 23 63 2 41 0 3D 12A 30 1A
Octal 141 43 143 2 101 0 75 452 60 32
Binary 1100001 100011 1100011 10 1000001 0 111101 100101010 110000 11010

Color Harmonies of #612363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612363

Black with #612363

Text Example


Text Example

White with #612363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612363; }

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

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

background-color css

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

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

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

border-color css

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

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

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