Html Css Color HEX #612E5E Palatinate Purple

📋 copy color: '#612E5E'

red 97 ◦ green 46 ◦ blue 94

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

Shades of Palatinate Purple #612E5E

Tints of Palatinate Purple #612E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.66%

R = 40.93%
G = 19.41%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#612E5E (or 0x612E5E) is known color: Palatinate Purple. HEX triplet: 61, 2E and 5E. RGB value is (97,46,94). Sum of RGB (Red+Green+Blue) = 97+46+94=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #612E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E5E is #9ED1A1. Grayscale: #424242. Windows color (decimal): -10408354 or 6172257. OLE color: 6172257.

HSL color Cylindrical-coordinate representation of color #612E5E: hue angle of 303.53º 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 #612E5E is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 46 94 -
CMYK 0 0.53 0.03 0.62
HSL 303.53º 0.36% 0.28% -
HSV(B) 303.53º 0.53% 0.38% -
XYZ 7.93 5.3 11.2 -
YUV 66.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 97 46 94 0 0.53 0.03 0.62 303.53 0.36 0.28
Hex 61 2E 5E 0 35 3 3E 130 24 1C
Octal 141 56 136 0 65 3 76 460 44 34
Binary 1100001 101110 1011110 0 110101 11 111110 100110000 100100 11100

Color Harmonies of #612E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E5E

Black with #612E5E

Text Example


Text Example

White with #612E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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