Html Css Color HEX #611AD4 Purple Heart

📋 copy color: '#611AD4'

red 97 ◦ green 26 ◦ blue 212

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

Shades of Purple Heart #611AD4

Tints of Purple Heart #611AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 63.28%

R = 28.96%
G = 7.76%
B = 63.28%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#611AD4 (or 0x611AD4) is known color: Purple Heart. HEX triplet: 61, 1A and D4. RGB value is (97,26,212). Sum of RGB (Red+Green+Blue) = 97+26+212=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 212 (83.20% from 255 or 63.28% from 335); Max value from RGB is 212 - color contains mainly: blue. Hex color #611AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611AD4 is #9EE52B. Grayscale: #434343. Windows color (decimal): -10413356 or 13900385. OLE color: 13900385.

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

Color convert

RGB 97 26 212 -
CMYK 0.54 0.88 0 0.17
HSL 262.9º 0.78% 0.47% -
HSV(B) 262.9º 0.88% 0.83% -
XYZ 17.18 8.03 62.93 -
YUV 68.43 209.02 148.38 -
System Red Green Blue C M Y K H S L
Decimal 97 26 212 0.54 0.88 0 0.17 262.9 0.78 0.47
Hex 61 1A D4 36 58 0 11 107 4E 2F
Octal 141 32 324 66 130 0 21 407 116 57
Binary 1100001 11010 11010100 110110 1011000 0 10001 100000111 1001110 101111

Color Harmonies of #611AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611AD4

Black with #611AD4

Text Example


Text Example

White with #611AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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