Html Css Color HEX #611CAC Purple Heart

📋 copy color: '#611CAC'

red 97 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #611CAC

Tints of Purple Heart #611CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.43%

 BLUE value IS 172 (67.58% from 255) = 57.91%

R = 32.66%
G = 9.43%
B = 57.91%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#611CAC (or 0x611CAC) is known color: Purple Heart. HEX triplet: 61, 1C and AC. RGB value is (97,28,172). Sum of RGB (Red+Green+Blue) = 97+28+172=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #611CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611CAC is #9EE353. Grayscale: #404040. Windows color (decimal): -10412884 or 11279457. OLE color: 11279457.

HSL color Cylindrical-coordinate representation of color #611CAC: hue angle of 268.75º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611CAC is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 28 172 -
CMYK 0.44 0.84 0 0.33
HSL 268.75º 0.72% 0.39% -
HSV(B) 268.75º 0.84% 0.67% -
XYZ 12.79 6.35 39.58 -
YUV 65.05 188.36 150.79 -
System Red Green Blue C M Y K H S L
Decimal 97 28 172 0.44 0.84 0 0.33 268.75 0.72 0.39
Hex 61 1C AC 2C 54 0 21 10D 48 27
Octal 141 34 254 54 124 0 41 415 110 47
Binary 1100001 11100 10101100 101100 1010100 0 100001 100001101 1001000 100111

Color Harmonies of #611CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611CAC

Black with #611CAC

Text Example


Text Example

White with #611CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611CAC; }

 p { color: rgb(97,28,172); }

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

background-color css

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

 a { background-color: rgb(97,28,172); }

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

border-color css

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

 span { border-color: rgb(97,28,172); }

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