Html Css Color HEX #612E5B Palatinate Purple

📋 copy color: '#612E5B'

red 97 ◦ green 46 ◦ blue 91

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

Shades of Palatinate Purple #612E5B

Tints of Palatinate Purple #612E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 41.45%
G = 19.66%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#612E5B (or 0x612E5B) is known color: Palatinate Purple. HEX triplet: 61, 2E and 5B. RGB value is (97,46,91). Sum of RGB (Red+Green+Blue) = 97+46+91=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #612E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E5B is #9ED1A4. Grayscale: #424242. Windows color (decimal): -10408357 or 5975649. OLE color: 5975649.

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

Color convert

RGB 97 46 91 -
CMYK 0 0.53 0.06 0.62
HSL 307.06º 0.36% 0.28% -
HSV(B) 307.06º 0.53% 0.38% -
XYZ 7.8 5.25 10.5 -
YUV 66.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 97 46 91 0 0.53 0.06 0.62 307.06 0.36 0.28
Hex 61 2E 5B 0 35 6 3E 133 24 1C
Octal 141 56 133 0 65 6 76 463 44 34
Binary 1100001 101110 1011011 0 110101 110 111110 100110011 100100 11100

Color Harmonies of #612E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E5B

Black with #612E5B

Text Example


Text Example

White with #612E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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