Html Css Color HEX #6414BF Purple Heart

📋 copy color: '#6414BF'

red 100 ◦ green 20 ◦ blue 191

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

Shades of Purple Heart #6414BF

Tints of Purple Heart #6414BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 32.15%
G = 6.43%
B = 61.41%

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

#6414BF (or 0x6414BF) is known color: Purple Heart. HEX triplet: 64, 14 and BF. RGB value is (100,20,191). Sum of RGB (Red+Green+Blue) = 100+20+191=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #6414BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6414BF is #9BEB40. Grayscale: #3E3E3E. Windows color (decimal): -10218305 or 12522596. OLE color: 12522596.

HSL color Cylindrical-coordinate representation of color #6414BF: hue angle of 268.07º degrees, saturation: 0.81, 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 #6414BF is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 20 191 -
CMYK 0.48 0.90 0 0.25
HSL 268.07º 0.81% 0.41% -
HSV(B) 268.07º 0.9% 0.75% -
XYZ 14.91 6.97 49.85 -
YUV 63.41 200 154.1 -
System Red Green Blue C M Y K H S L
Decimal 100 20 191 0.48 0.90 0 0.25 268.07 0.81 0.41
Hex 64 14 BF 30 5A 0 19 10C 51 29
Octal 144 24 277 60 132 0 31 414 121 51
Binary 1100100 10100 10111111 110000 1011010 0 11001 100001100 1010001 101001

Color Harmonies of #6414BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6414BF

Black with #6414BF

Text Example


Text Example

White with #6414BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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