Html Css Color HEX #6714BF Purple Heart

📋 copy color: '#6714BF'

red 103 ◦ green 20 ◦ blue 191

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

Shades of Purple Heart #6714BF

Tints of Purple Heart #6714BF

RGB

 RED value IS 103 (40.63% from 255) = 32.8%

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

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

R = 32.8%
G = 6.37%
B = 60.83%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6714BF (or 0x6714BF) is known color: Purple Heart. HEX triplet: 67, 14 and BF. RGB value is (103,20,191). Sum of RGB (Red+Green+Blue) = 103+20+191=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #6714BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6714BF is #98EB40. Grayscale: #3F3F3F. Windows color (decimal): -10021697 or 12522599. OLE color: 12522599.

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

Color convert

RGB 103 20 191 -
CMYK 0.46 0.90 0 0.25
HSL 269.12º 0.81% 0.41% -
HSV(B) 269.12º 0.9% 0.75% -
XYZ 15.25 7.15 49.87 -
YUV 64.31 199.5 155.6 -
System Red Green Blue C M Y K H S L
Decimal 103 20 191 0.46 0.90 0 0.25 269.12 0.81 0.41
Hex 67 14 BF 2E 5A 0 19 10D 51 29
Octal 147 24 277 56 132 0 31 415 121 51
Binary 1100111 10100 10111111 101110 1011010 0 11001 100001101 1010001 101001

Color Harmonies of #6714BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6714BF

Black with #6714BF

Text Example


Text Example

White with #6714BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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