Html Css Color HEX #612E5F Palatinate Purple

📋 copy color: '#612E5F'

red 97 ◦ green 46 ◦ blue 95

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

Shades of Palatinate Purple #612E5F

Tints of Palatinate Purple #612E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.92%

R = 40.76%
G = 19.33%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#612E5F (or 0x612E5F) is known color: Palatinate Purple. HEX triplet: 61, 2E and 5F. RGB value is (97,46,95). Sum of RGB (Red+Green+Blue) = 97+46+95=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #612E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E5F is #9ED1A0. Grayscale: #424242. Windows color (decimal): -10408353 or 6237793. OLE color: 6237793.

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

Color convert

RGB 97 46 95 -
CMYK 0 0.53 0.02 0.62
HSL 302.35º 0.36% 0.28% -
HSV(B) 302.35º 0.53% 0.38% -
XYZ 7.97 5.32 11.43 -
YUV 66.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 97 46 95 0 0.53 0.02 0.62 302.35 0.36 0.28
Hex 61 2E 5F 0 35 2 3E 12E 24 1C
Octal 141 56 137 0 65 2 76 456 44 34
Binary 1100001 101110 1011111 0 110101 10 111110 100101110 100100 11100

Color Harmonies of #612E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E5F

Black with #612E5F

Text Example


Text Example

White with #612E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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