Html Css Color HEX #612155 Palatinate Purple

📋 copy color: '#612155'

red 97 ◦ green 33 ◦ blue 85

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

Shades of Palatinate Purple #612155

Tints of Palatinate Purple #612155

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

 BLUE value IS 85 (33.59% from 255) = 39.53%

R = 45.12%
G = 15.35%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#612155 (or 0x612155) is known color: Palatinate Purple. HEX triplet: 61, 21 and 55. RGB value is (97,33,85). Sum of RGB (Red+Green+Blue) = 97+33+85=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #612155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612155 is #9EDEAA. Grayscale: #393939. Windows color (decimal): -10411691 or 5579105. OLE color: 5579105.

HSL color Cylindrical-coordinate representation of color #612155: hue angle of 311.25º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612155 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 33 85 -
CMYK 0 0.66 0.12 0.62
HSL 311.25º 0.49% 0.25% -
HSV(B) 311.25º 0.66% 0.38% -
XYZ 7.11 4.28 9.05 -
YUV 58.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 97 33 85 0 0.66 0.12 0.62 311.25 0.49 0.25
Hex 61 21 55 0 42 C 3E 137 31 19
Octal 141 41 125 0 102 14 76 467 61 31
Binary 1100001 100001 1010101 0 1000010 1100 111110 100110111 110001 11001

Color Harmonies of #612155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612155

Black with #612155

Text Example


Text Example

White with #612155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612155; }

 p { color: rgb(97,33,85); }

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

background-color css

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

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

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

border-color css

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

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

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