Html Css Color HEX #612263 Palatinate Purple

📋 copy color: '#612263'

red 97 ◦ green 34 ◦ blue 99

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

Shades of Palatinate Purple #612263

Tints of Palatinate Purple #612263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.78%

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

R = 42.17%
G = 14.78%
B = 43.04%

CMYK

 C value IS 0.02

 M value IS 0.66

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#612263 (or 0x612263) is known color: Palatinate Purple. HEX triplet: 61, 22 and 63. RGB value is (97,34,99). Sum of RGB (Red+Green+Blue) = 97+34+99=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #612263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612263 is #9EDD9C. Grayscale: #3C3C3C. Windows color (decimal): -10411421 or 6496865. OLE color: 6496865.

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

Color convert

RGB 97 34 99 -
CMYK 0.02 0.66 0 0.61
HSL 298.15º 0.49% 0.26% -
HSV(B) 298.15º 0.66% 0.39% -
XYZ 7.75 4.59 12.28 -
YUV 60.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 97 34 99 0.02 0.66 0 0.61 298.15 0.49 0.26
Hex 61 22 63 2 42 0 3D 12A 31 1A
Octal 141 42 143 2 102 0 75 452 61 32
Binary 1100001 100010 1100011 10 1000010 0 111101 100101010 110001 11010

Color Harmonies of #612263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612263

Black with #612263

Text Example


Text Example

White with #612263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612263; }

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

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

background-color css

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

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

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

border-color css

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

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

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