Html Css Color HEX #6411BC Purple Heart

📋 copy color: '#6411BC'

red 100 ◦ green 17 ◦ blue 188

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

Shades of Purple Heart #6411BC

Tints of Purple Heart #6411BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.64%

R = 32.79%
G = 5.57%
B = 61.64%

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

#6411BC (or 0x6411BC) is known color: Purple Heart. HEX triplet: 64, 11 and BC. RGB value is (100,17,188). Sum of RGB (Red+Green+Blue) = 100+17+188=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #6411BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6411BC is #9BEE43. Grayscale: #3C3C3C. Windows color (decimal): -10219076 or 12325220. OLE color: 12325220.

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

Color convert

RGB 100 17 188 -
CMYK 0.47 0.91 0 0.26
HSL 269.12º 0.83% 0.4% -
HSV(B) 269.12º 0.91% 0.74% -
XYZ 14.53 6.74 48.11 -
YUV 61.31 199.5 155.6 -
System Red Green Blue C M Y K H S L
Decimal 100 17 188 0.47 0.91 0 0.26 269.12 0.83 0.4
Hex 64 11 BC 2F 5B 0 1A 10D 53 28
Octal 144 21 274 57 133 0 32 415 123 50
Binary 1100100 10001 10111100 101111 1011011 0 11010 100001101 1010011 101000

Color Harmonies of #6411BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6411BC

Black with #6411BC

Text Example


Text Example

White with #6411BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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