Html Css Color HEX #611AD0 Purple Heart

📋 copy color: '#611AD0'

red 97 ◦ green 26 ◦ blue 208

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

Shades of Purple Heart #611AD0

Tints of Purple Heart #611AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 62.84%

R = 29.31%
G = 7.85%
B = 62.84%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#611AD0 (or 0x611AD0) is known color: Purple Heart. HEX triplet: 61, 1A and D0. RGB value is (97,26,208). Sum of RGB (Red+Green+Blue) = 97+26+208=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 208 (81.64% from 255 or 62.84% from 331); Max value from RGB is 208 - color contains mainly: blue. Hex color #611AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611AD0 is #9EE52F. Grayscale: #434343. Windows color (decimal): -10413360 or 13638241. OLE color: 13638241.

HSL color Cylindrical-coordinate representation of color #611AD0: hue angle of 263.41º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611AD0 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 26 208 -
CMYK 0.53 0.88 0 0.18
HSL 263.41º 0.78% 0.46% -
HSV(B) 263.41º 0.88% 0.82% -
XYZ 16.68 7.83 60.31 -
YUV 67.98 207.02 148.7 -
System Red Green Blue C M Y K H S L
Decimal 97 26 208 0.53 0.88 0 0.18 263.41 0.78 0.46
Hex 61 1A D0 35 58 0 12 107 4E 2E
Octal 141 32 320 65 130 0 22 407 116 56
Binary 1100001 11010 11010000 110101 1011000 0 10010 100000111 1001110 101110

Color Harmonies of #611AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611AD0

Black with #611AD0

Text Example


Text Example

White with #611AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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