Html Css Color HEX #6814BF Purple Heart

📋 copy color: '#6814BF'

red 104 ◦ green 20 ◦ blue 191

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

Shades of Purple Heart #6814BF

Tints of Purple Heart #6814BF

RGB

 RED value IS 104 (41.02% from 255) = 33.02%

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

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

R = 33.02%
G = 6.35%
B = 60.63%

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

#6814BF (or 0x6814BF) is known color: Purple Heart. HEX triplet: 68, 14 and BF. RGB value is (104,20,191). Sum of RGB (Red+Green+Blue) = 104+20+191=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #6814BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6814BF is #97EB40. Grayscale: #404040. Windows color (decimal): -9956161 or 12522600. OLE color: 12522600.

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

Color convert

RGB 104 20 191 -
CMYK 0.46 0.90 0 0.25
HSL 269.47º 0.81% 0.41% -
HSV(B) 269.47º 0.9% 0.75% -
XYZ 15.36 7.2 49.87 -
YUV 64.61 199.33 156.1 -
System Red Green Blue C M Y K H S L
Decimal 104 20 191 0.46 0.90 0 0.25 269.47 0.81 0.41
Hex 68 14 BF 2E 5A 0 19 10D 51 29
Octal 150 24 277 56 132 0 31 415 121 51
Binary 1101000 10100 10111111 101110 1011010 0 11001 100001101 1010001 101001

Color Harmonies of #6814BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6814BF

Black with #6814BF

Text Example


Text Example

White with #6814BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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