Html Css Color HEX #6814AC Purple Heart

📋 copy color: '#6814AC'

red 104 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #6814AC

Tints of Purple Heart #6814AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 58.11%

R = 35.14%
G = 6.76%
B = 58.11%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6814AC (or 0x6814AC) is known color: Purple Heart. HEX triplet: 68, 14 and AC. RGB value is (104,20,172). Sum of RGB (Red+Green+Blue) = 104+20+172=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #6814AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6814AC is #97EB53. Grayscale: #3D3D3D. Windows color (decimal): -9956180 or 11277416. OLE color: 11277416.

HSL color Cylindrical-coordinate representation of color #6814AC: hue angle of 273.16º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6814AC is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 20 172 -
CMYK 0.40 0.88 0 0.33
HSL 273.16º 0.79% 0.38% -
HSV(B) 273.16º 0.88% 0.67% -
XYZ 13.41 6.42 39.56 -
YUV 62.44 189.83 157.64 -
System Red Green Blue C M Y K H S L
Decimal 104 20 172 0.40 0.88 0 0.33 273.16 0.79 0.38
Hex 68 14 AC 28 58 0 21 111 4F 26
Octal 150 24 254 50 130 0 41 421 117 46
Binary 1101000 10100 10101100 101000 1011000 0 100001 100010001 1001111 100110

Color Harmonies of #6814AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6814AC

Black with #6814AC

Text Example


Text Example

White with #6814AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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