Html Css Color HEX #6413BF Purple Heart

📋 copy color: '#6413BF'

red 100 ◦ green 19 ◦ blue 191

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

Shades of Purple Heart #6413BF

Tints of Purple Heart #6413BF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 191 (75% from 255) = 61.61%

R = 32.26%
G = 6.13%
B = 61.61%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6413BF (or 0x6413BF) is known color: Purple Heart. HEX triplet: 64, 13 and BF. RGB value is (100,19,191). Sum of RGB (Red+Green+Blue) = 100+19+191=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #6413BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6413BF is #9BEC40. Grayscale: #3E3E3E. Windows color (decimal): -10218561 or 12522340. OLE color: 12522340.

HSL color Cylindrical-coordinate representation of color #6413BF: hue angle of 268.26º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6413BF is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 19 191 -
CMYK 0.48 0.90 0 0.25
HSL 268.26º 0.82% 0.41% -
HSV(B) 268.26º 0.9% 0.75% -
XYZ 14.89 6.94 49.84 -
YUV 62.83 200.34 154.51 -
System Red Green Blue C M Y K H S L
Decimal 100 19 191 0.48 0.90 0 0.25 268.26 0.82 0.41
Hex 64 13 BF 30 5A 0 19 10C 52 29
Octal 144 23 277 60 132 0 31 414 122 51
Binary 1100100 10011 10111111 110000 1011010 0 11001 100001100 1010010 101001

Color Harmonies of #6413BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6413BF

Black with #6413BF

Text Example


Text Example

White with #6413BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6413BF; }

 p { color: rgb(100,19,191); }

 H1.HeaderClassName
 {
   color: #6413BF;
 }
 .AnyTagClassName
 {
   color: #6413BF;
 }
</style>

background-color css

<style>
 a { background-color: #6413BF; }

 a { background-color: rgb(100,19,191); }

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

border-color css

<style>
 span { border-color: #6413BF; }

 span { border-color: rgb(100,19,191); }

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