Html Css Color HEX #6411BA Purple Heart

📋 copy color: '#6411BA'

red 100 ◦ green 17 ◦ blue 186

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

Shades of Purple Heart #6411BA

Tints of Purple Heart #6411BA

RGB

 RED value IS 100 (39.45% from 255) = 33%

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

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

R = 33%
G = 5.61%
B = 61.39%

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

#6411BA (or 0x6411BA) is known color: Purple Heart. HEX triplet: 64, 11 and BA. RGB value is (100,17,186). Sum of RGB (Red+Green+Blue) = 100+17+186=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 186 (73.05% from 255 or 61.39% from 303); Max value from RGB is 186 - color contains mainly: blue. Hex color #6411BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6411BA is #9BEE45. Grayscale: #3C3C3C. Windows color (decimal): -10219078 or 12194148. OLE color: 12194148.

HSL color Cylindrical-coordinate representation of color #6411BA: hue angle of 269.47º 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 #6411BA is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 17 186 -
CMYK 0.46 0.91 0 0.27
HSL 269.47º 0.83% 0.4% -
HSV(B) 269.47º 0.91% 0.73% -
XYZ 14.32 6.66 46.98 -
YUV 61.08 198.5 155.76 -
System Red Green Blue C M Y K H S L
Decimal 100 17 186 0.46 0.91 0 0.27 269.47 0.83 0.4
Hex 64 11 BA 2E 5B 0 1B 10D 53 28
Octal 144 21 272 56 133 0 33 415 123 50
Binary 1100100 10001 10111010 101110 1011011 0 11011 100001101 1010011 101000

Color Harmonies of #6411BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6411BA

Black with #6411BA

Text Example


Text Example

White with #6411BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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