Html Css Color HEX #611AD6 Purple Heart

📋 copy color: '#611AD6'

red 97 ◦ green 26 ◦ blue 214

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

Shades of Purple Heart #611AD6

Tints of Purple Heart #611AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 63.5%

R = 28.78%
G = 7.72%
B = 63.5%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#611AD6 (or 0x611AD6) is known color: Purple Heart. HEX triplet: 61, 1A and D6. RGB value is (97,26,214). Sum of RGB (Red+Green+Blue) = 97+26+214=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 214 (83.98% from 255 or 63.50% from 337); Max value from RGB is 214 - color contains mainly: blue. Hex color #611AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611AD6 is #9EE529. Grayscale: #434343. Windows color (decimal): -10413354 or 14031457. OLE color: 14031457.

HSL color Cylindrical-coordinate representation of color #611AD6: hue angle of 262.66º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611AD6 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 26 214 -
CMYK 0.55 0.88 0 0.16
HSL 262.66º 0.78% 0.47% -
HSV(B) 262.66º 0.88% 0.84% -
XYZ 17.44 8.14 64.27 -
YUV 68.66 210.02 148.21 -
System Red Green Blue C M Y K H S L
Decimal 97 26 214 0.55 0.88 0 0.16 262.66 0.78 0.47
Hex 61 1A D6 37 58 0 10 107 4E 2F
Octal 141 32 326 67 130 0 20 407 116 57
Binary 1100001 11010 11010110 110111 1011000 0 10000 100000111 1001110 101111

Color Harmonies of #611AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611AD6

Black with #611AD6

Text Example


Text Example

White with #611AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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