Html Css Color HEX #6511DA Purple Heart

📋 copy color: '#6511DA'

red 101 ◦ green 17 ◦ blue 218

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

Shades of Purple Heart #6511DA

Tints of Purple Heart #6511DA

RGB

 RED value IS 101 (39.84% from 255) = 30.06%

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

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

R = 30.06%
G = 5.06%
B = 64.88%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6511DA (or 0x6511DA) is known color: Purple Heart. HEX triplet: 65, 11 and DA. RGB value is (101,17,218). Sum of RGB (Red+Green+Blue) = 101+17+218=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #6511DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6511DA is #9AEE25. Grayscale: #404040. Windows color (decimal): -10153510 or 14291301. OLE color: 14291301.

HSL color Cylindrical-coordinate representation of color #6511DA: hue angle of 265.07º 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 #6511DA is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 17 218 -
CMYK 0.54 0.92 0 0.15
HSL 265.07º 0.86% 0.46% -
HSV(B) 265.07º 0.92% 0.85% -
XYZ 18.22 8.23 66.96 -
YUV 65.03 214.33 153.66 -
System Red Green Blue C M Y K H S L
Decimal 101 17 218 0.54 0.92 0 0.15 265.07 0.86 0.46
Hex 65 11 DA 36 5C 0 F 109 56 2E
Octal 145 21 332 66 134 0 17 411 126 56
Binary 1100101 10001 11011010 110110 1011100 0 1111 100001001 1010110 101110

Color Harmonies of #6511DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6511DA

Black with #6511DA

Text Example


Text Example

White with #6511DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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