Html Css Color HEX #6406BC Purple Heart

📋 copy color: '#6406BC'

red 100 ◦ green 6 ◦ blue 188

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

Shades of Purple Heart #6406BC

Tints of Purple Heart #6406BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.04%

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

R = 34.01%
G = 2.04%
B = 63.95%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6406BC (or 0x6406BC) is known color: Purple Heart. HEX triplet: 64, 06 and BC. RGB value is (100,6,188). Sum of RGB (Red+Green+Blue) = 100+6+188=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #6406BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6406BC is #9BF943. Grayscale: #363636. Windows color (decimal): -10221892 or 12322404. OLE color: 12322404.

HSL color Cylindrical-coordinate representation of color #6406BC: hue angle of 270.99º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6406BC is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 6 188 -
CMYK 0.47 0.97 0 0.26
HSL 270.99º 0.94% 0.38% -
HSV(B) 270.99º 0.97% 0.74% -
XYZ 14.4 6.47 48.07 -
YUV 54.85 203.14 160.2 -
System Red Green Blue C M Y K H S L
Decimal 100 6 188 0.47 0.97 0 0.26 270.99 0.94 0.38
Hex 64 6 BC 2F 61 0 1A 10F 5E 26
Octal 144 6 274 57 141 0 32 417 136 46
Binary 1100100 110 10111100 101111 1100001 0 11010 100001111 1011110 100110

Color Harmonies of #6406BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6406BC

Black with #6406BC

Text Example


Text Example

White with #6406BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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