Html Css Color HEX #611ACD Purple Heart

📋 copy color: '#611ACD'

red 97 ◦ green 26 ◦ blue 205

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

Shades of Purple Heart #611ACD

Tints of Purple Heart #611ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.93%

 BLUE value IS 205 (80.47% from 255) = 62.5%

R = 29.57%
G = 7.93%
B = 62.5%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#611ACD (or 0x611ACD) is known color: Purple Heart. HEX triplet: 61, 1A and CD. RGB value is (97,26,205). Sum of RGB (Red+Green+Blue) = 97+26+205=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #611ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611ACD is #9EE532. Grayscale: #424242. Windows color (decimal): -10413363 or 13441633. OLE color: 13441633.

HSL color Cylindrical-coordinate representation of color #611ACD: hue angle of 263.8º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #611ACD is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 26 205 -
CMYK 0.53 0.87 0 0.20
HSL 263.8º 0.77% 0.45% -
HSV(B) 263.8º 0.87% 0.8% -
XYZ 16.32 7.69 58.38 -
YUV 67.64 205.52 148.95 -
System Red Green Blue C M Y K H S L
Decimal 97 26 205 0.53 0.87 0 0.20 263.8 0.77 0.45
Hex 61 1A CD 35 57 0 14 108 4D 2D
Octal 141 32 315 65 127 0 24 410 115 55
Binary 1100001 11010 11001101 110101 1010111 0 10100 100001000 1001101 101101

Color Harmonies of #611ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611ACD

Black with #611ACD

Text Example


Text Example

White with #611ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,26,205); }

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

background-color css

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

 a { background-color: rgb(97,26,205); }

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

border-color css

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

 span { border-color: rgb(97,26,205); }

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