Html Css Color HEX #6511BD Purple Heart

📋 copy color: '#6511BD'

red 101 ◦ green 17 ◦ blue 189

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

Shades of Purple Heart #6511BD

Tints of Purple Heart #6511BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.56%

R = 32.9%
G = 5.54%
B = 61.56%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6511BD (or 0x6511BD) is known color: Purple Heart. HEX triplet: 65, 11 and BD. RGB value is (101,17,189). Sum of RGB (Red+Green+Blue) = 101+17+189=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 189 (74.22% from 255 or 61.56% from 307); Max value from RGB is 189 - color contains mainly: blue. Hex color #6511BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6511BD is #9AEE42. Grayscale: #3D3D3D. Windows color (decimal): -10153539 or 12390757. OLE color: 12390757.

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

Color convert

RGB 101 17 189 -
CMYK 0.47 0.91 0 0.26
HSL 269.3º 0.83% 0.4% -
HSV(B) 269.3º 0.91% 0.74% -
XYZ 14.75 6.84 48.69 -
YUV 61.72 199.83 156.01 -
System Red Green Blue C M Y K H S L
Decimal 101 17 189 0.47 0.91 0 0.26 269.3 0.83 0.4
Hex 65 11 BD 2F 5B 0 1A 10D 53 28
Octal 145 21 275 57 133 0 32 415 123 50
Binary 1100101 10001 10111101 101111 1011011 0 11010 100001101 1010011 101000

Color Harmonies of #6511BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6511BD

Black with #6511BD

Text Example


Text Example

White with #6511BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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