Html Css Color HEX #6511BA Purple Heart

📋 copy color: '#6511BA'

red 101 ◦ green 17 ◦ blue 186

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

Shades of Purple Heart #6511BA

Tints of Purple Heart #6511BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 61.18%

R = 33.22%
G = 5.59%
B = 61.18%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6511BA (or 0x6511BA) is known color: Purple Heart. HEX triplet: 65, 11 and BA. RGB value is (101,17,186). Sum of RGB (Red+Green+Blue) = 101+17+186=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #6511BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6511BA is #9AEE45. Grayscale: #3C3C3C. Windows color (decimal): -10153542 or 12194149. OLE color: 12194149.

HSL color Cylindrical-coordinate representation of color #6511BA: hue angle of 269.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6511BA is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 17 186 -
CMYK 0.46 0.91 0 0.27
HSL 269.82º 0.83% 0.4% -
HSV(B) 269.82º 0.91% 0.73% -
XYZ 14.43 6.71 46.99 -
YUV 61.38 198.33 156.26 -
System Red Green Blue C M Y K H S L
Decimal 101 17 186 0.46 0.91 0 0.27 269.82 0.83 0.4
Hex 65 11 BA 2E 5B 0 1B 10E 53 28
Octal 145 21 272 56 133 0 33 416 123 50
Binary 1100101 10001 10111010 101110 1011011 0 11011 100001110 1010011 101000

Color Harmonies of #6511BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6511BA

Black with #6511BA

Text Example


Text Example

White with #6511BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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