Html Css Color HEX #6514BF Purple Heart

📋 copy color: '#6514BF'

red 101 ◦ green 20 ◦ blue 191

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

Shades of Purple Heart #6514BF

Tints of Purple Heart #6514BF

RGB

 RED value IS 101 (39.84% from 255) = 32.37%

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

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

R = 32.37%
G = 6.41%
B = 61.22%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6514BF (or 0x6514BF) is known color: Purple Heart. HEX triplet: 65, 14 and BF. RGB value is (101,20,191). Sum of RGB (Red+Green+Blue) = 101+20+191=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #6514BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6514BF is #9AEB40. Grayscale: #3F3F3F. Windows color (decimal): -10152769 or 12522597. OLE color: 12522597.

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

Color convert

RGB 101 20 191 -
CMYK 0.47 0.90 0 0.25
HSL 268.42º 0.81% 0.41% -
HSV(B) 268.42º 0.9% 0.75% -
XYZ 15.02 7.03 49.86 -
YUV 63.71 199.84 154.6 -
System Red Green Blue C M Y K H S L
Decimal 101 20 191 0.47 0.90 0 0.25 268.42 0.81 0.41
Hex 65 14 BF 2F 5A 0 19 10C 51 29
Octal 145 24 277 57 132 0 31 414 121 51
Binary 1100101 10100 10111111 101111 1011010 0 11001 100001100 1010001 101001

Color Harmonies of #6514BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6514BF

Black with #6514BF

Text Example


Text Example

White with #6514BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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