Html Css Color HEX #611BDA Purple Heart

📋 copy color: '#611BDA'

red 97 ◦ green 27 ◦ blue 218

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

Shades of Purple Heart #611BDA

Tints of Purple Heart #611BDA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.89%

 BLUE value IS 218 (85.55% from 255) = 63.74%

R = 28.36%
G = 7.89%
B = 63.74%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#611BDA (or 0x611BDA) is known color: Purple Heart. HEX triplet: 61, 1B and DA. RGB value is (97,27,218). Sum of RGB (Red+Green+Blue) = 97+27+218=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #611BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611BDA is #9EE425. Grayscale: #454545. Windows color (decimal): -10413094 or 14293857. OLE color: 14293857.

HSL color Cylindrical-coordinate representation of color #611BDA: hue angle of 261.99º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611BDA is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 27 218 -
CMYK 0.56 0.88 0 0.15
HSL 261.99º 0.78% 0.48% -
HSV(B) 261.99º 0.88% 0.85% -
XYZ 17.98 8.39 67 -
YUV 69.7 211.69 147.47 -
System Red Green Blue C M Y K H S L
Decimal 97 27 218 0.56 0.88 0 0.15 261.99 0.78 0.48
Hex 61 1B DA 38 58 0 F 106 4E 30
Octal 141 33 332 70 130 0 17 406 116 60
Binary 1100001 11011 11011010 111000 1011000 0 1111 100000110 1001110 110000

Color Harmonies of #611BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611BDA

Black with #611BDA

Text Example


Text Example

White with #611BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,27,218); }

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

background-color css

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

 a { background-color: rgb(97,27,218); }

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

border-color css

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

 span { border-color: rgb(97,27,218); }

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