Html Css Color HEX #6814BC Purple Heart

📋 copy color: '#6814BC'

red 104 ◦ green 20 ◦ blue 188

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

Shades of Purple Heart #6814BC

Tints of Purple Heart #6814BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 33.33%
G = 6.41%
B = 60.26%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6814BC (or 0x6814BC) is known color: Purple Heart. HEX triplet: 68, 14 and BC. RGB value is (104,20,188). Sum of RGB (Red+Green+Blue) = 104+20+188=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #6814BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6814BC is #97EB43. Grayscale: #3F3F3F. Windows color (decimal): -9956164 or 12325992. OLE color: 12325992.

HSL color Cylindrical-coordinate representation of color #6814BC: hue angle of 270º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6814BC is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 20 188 -
CMYK 0.45 0.89 0 0.26
HSL 270º 0.81% 0.41% -
HSV(B) 270º 0.89% 0.74% -
XYZ 15.04 7.07 48.15 -
YUV 64.27 197.83 156.34 -
System Red Green Blue C M Y K H S L
Decimal 104 20 188 0.45 0.89 0 0.26 270 0.81 0.41
Hex 68 14 BC 2D 59 0 1A 10E 51 29
Octal 150 24 274 55 131 0 32 416 121 51
Binary 1101000 10100 10111100 101101 1011001 0 11010 100001110 1010001 101001

Color Harmonies of #6814BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6814BC

Black with #6814BC

Text Example


Text Example

White with #6814BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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