Html Css Color HEX #612461 Palatinate Purple

📋 copy color: '#612461'

red 97 ◦ green 36 ◦ blue 97

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

Shades of Palatinate Purple #612461

Tints of Palatinate Purple #612461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.65%

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

R = 42.17%
G = 15.65%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#612461 (or 0x612461) is known color: Palatinate Purple. HEX triplet: 61, 24 and 61. RGB value is (97,36,97). Sum of RGB (Red+Green+Blue) = 97+36+97=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #612461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612461 is #9EDB9E. Grayscale: #3D3D3D. Windows color (decimal): -10410911 or 6366305. OLE color: 6366305.

HSL color Cylindrical-coordinate representation of color #612461: hue angle of 300º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612461 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 36 97 -
CMYK 0 0.63 0 0.62
HSL 300º 0.46% 0.26% -
HSV(B) 300º 0.63% 0.38% -
XYZ 7.72 4.67 11.8 -
YUV 61.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 97 36 97 0 0.63 0 0.62 300 0.46 0.26
Hex 61 24 61 0 3F 0 3E 12C 2E 1A
Octal 141 44 141 0 77 0 76 454 56 32
Binary 1100001 100100 1100001 0 111111 0 111110 100101100 101110 11010

Color Harmonies of #612461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612461

Black with #612461

Text Example


Text Example

White with #612461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612461; }

 p { color: rgb(97,36,97); }

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

background-color css

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

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

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

border-color css

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

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

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