Html Css Color HEX #6111DA Purple Heart

📋 copy color: '#6111DA'

red 97 ◦ green 17 ◦ blue 218

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

Shades of Purple Heart #6111DA

Tints of Purple Heart #6111DA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.12%

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

R = 29.22%
G = 5.12%
B = 65.66%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6111DA (or 0x6111DA) is known color: Purple Heart. HEX triplet: 61, 11 and DA. RGB value is (97,17,218). Sum of RGB (Red+Green+Blue) = 97+17+218=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #6111DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6111DA is #9EEE25. Grayscale: #3F3F3F. Windows color (decimal): -10415654 or 14291297. OLE color: 14291297.

HSL color Cylindrical-coordinate representation of color #6111DA: hue angle of 263.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6111DA is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 17 218 -
CMYK 0.56 0.92 0 0.15
HSL 263.88º 0.86% 0.46% -
HSV(B) 263.88º 0.92% 0.85% -
XYZ 17.79 8 66.94 -
YUV 63.83 215 151.66 -
System Red Green Blue C M Y K H S L
Decimal 97 17 218 0.56 0.92 0 0.15 263.88 0.86 0.46
Hex 61 11 DA 38 5C 0 F 108 56 2E
Octal 141 21 332 70 134 0 17 410 126 56
Binary 1100001 10001 11011010 111000 1011100 0 1111 100001000 1010110 101110

Color Harmonies of #6111DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6111DA

Black with #6111DA

Text Example


Text Example

White with #6111DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6111DA; }

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

 H1.HeaderClassName
 {
   color: #6111DA;
 }
 .AnyTagClassName
 {
   color: #6111DA;
 }
</style>

background-color css

<style>
 a { background-color: #6111DA; }

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

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

border-color css

<style>
 span { border-color: #6111DA; }

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

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