Html Css Color HEX #612E62 Palatinate Purple

📋 copy color: '#612E62'

red 97 ◦ green 46 ◦ blue 98

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

Shades of Palatinate Purple #612E62

Tints of Palatinate Purple #612E62

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.09%

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

R = 40.25%
G = 19.09%
B = 40.66%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#612E62 (or 0x612E62) is known color: Palatinate Purple. HEX triplet: 61, 2E and 62. RGB value is (97,46,98). Sum of RGB (Red+Green+Blue) = 97+46+98=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 98 - color contains mainly: blue. Hex color #612E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E62 is #9ED19D. Grayscale: #434343. Windows color (decimal): -10408350 or 6434401. OLE color: 6434401.

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

Color convert

RGB 97 46 98 -
CMYK 0.01 0.53 0 0.62
HSL 298.85º 0.36% 0.28% -
HSV(B) 298.85º 0.53% 0.38% -
XYZ 8.11 5.38 12.17 -
YUV 67.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 97 46 98 0.01 0.53 0 0.62 298.85 0.36 0.28
Hex 61 2E 62 1 35 0 3E 12B 24 1C
Octal 141 56 142 1 65 0 76 453 44 34
Binary 1100001 101110 1100010 1 110101 0 111110 100101011 100100 11100

Color Harmonies of #612E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E62

Black with #612E62

Text Example


Text Example

White with #612E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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