Html Css Color HEX #612B5F Palatinate Purple

📋 copy color: '#612B5F'

red 97 ◦ green 43 ◦ blue 95

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

Shades of Palatinate Purple #612B5F

Tints of Palatinate Purple #612B5F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.3%

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

R = 41.28%
G = 18.3%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#612B5F (or 0x612B5F) is known color: Palatinate Purple. HEX triplet: 61, 2B and 5F. RGB value is (97,43,95). Sum of RGB (Red+Green+Blue) = 97+43+95=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #612B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B5F is #9ED4A0. Grayscale: #404040. Windows color (decimal): -10409121 or 6237025. OLE color: 6237025.

HSL color Cylindrical-coordinate representation of color #612B5F: hue angle of 302.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #612B5F is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 43 95 -
CMYK 0 0.56 0.02 0.62
HSL 302.22º 0.39% 0.27% -
HSV(B) 302.22º 0.56% 0.38% -
XYZ 7.86 5.1 11.4 -
YUV 65.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 97 43 95 0 0.56 0.02 0.62 302.22 0.39 0.27
Hex 61 2B 5F 0 38 2 3E 12E 27 1B
Octal 141 53 137 0 70 2 76 456 47 33
Binary 1100001 101011 1011111 0 111000 10 111110 100101110 100111 11011

Color Harmonies of #612B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B5F

Black with #612B5F

Text Example


Text Example

White with #612B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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