Html Css Color HEX #612A62 Palatinate Purple

📋 copy color: '#612A62'

red 97 ◦ green 42 ◦ blue 98

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

Shades of Palatinate Purple #612A62

Tints of Palatinate Purple #612A62

RGB

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

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

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

R = 40.93%
G = 17.72%
B = 41.35%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#612A62 (or 0x612A62) is known color: Palatinate Purple. HEX triplet: 61, 2A and 62. RGB value is (97,42,98). Sum of RGB (Red+Green+Blue) = 97+42+98=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #612A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612A62 is #9ED59D. Grayscale: #404040. Windows color (decimal): -10409374 or 6433377. OLE color: 6433377.

HSL color Cylindrical-coordinate representation of color #612A62: hue angle of 298.93º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612A62 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 42 98 -
CMYK 0.01 0.57 0 0.62
HSL 298.93º 0.4% 0.27% -
HSV(B) 298.93º 0.57% 0.38% -
XYZ 7.96 5.08 12.12 -
YUV 64.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 97 42 98 0.01 0.57 0 0.62 298.93 0.4 0.27
Hex 61 2A 62 1 39 0 3E 12B 28 1B
Octal 141 52 142 1 71 0 76 453 50 33
Binary 1100001 101010 1100010 1 111001 0 111110 100101011 101000 11011

Color Harmonies of #612A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612A62

Black with #612A62

Text Example


Text Example

White with #612A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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