Html Css Color HEX #612A63 Palatinate Purple

📋 copy color: '#612A63'

red 97 ◦ green 42 ◦ blue 99

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

Shades of Palatinate Purple #612A63

Tints of Palatinate Purple #612A63

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.65%

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

R = 40.76%
G = 17.65%
B = 41.6%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#612A63 (or 0x612A63) is known color: Palatinate Purple. HEX triplet: 61, 2A and 63. RGB value is (97,42,99). Sum of RGB (Red+Green+Blue) = 97+42+99=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #612A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612A63 is #9ED59C. Grayscale: #404040. Windows color (decimal): -10409373 or 6498913. OLE color: 6498913.

HSL color Cylindrical-coordinate representation of color #612A63: hue angle of 297.89º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #612A63 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 42 99 -
CMYK 0.02 0.58 0 0.61
HSL 297.89º 0.4% 0.28% -
HSV(B) 297.89º 0.58% 0.39% -
XYZ 8.01 5.1 12.37 -
YUV 64.94 147.22 150.87 -
System Red Green Blue C M Y K H S L
Decimal 97 42 99 0.02 0.58 0 0.61 297.89 0.4 0.28
Hex 61 2A 63 2 3A 0 3D 12A 28 1C
Octal 141 52 143 2 72 0 75 452 50 34
Binary 1100001 101010 1100011 10 111010 0 111101 100101010 101000 11100

Color Harmonies of #612A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612A63

Black with #612A63

Text Example


Text Example

White with #612A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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