Html Css Color HEX #6813AC Purple Heart

📋 copy color: '#6813AC'

red 104 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #6813AC

Tints of Purple Heart #6813AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

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

R = 35.25%
G = 6.44%
B = 58.31%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6813AC (or 0x6813AC) is known color: Purple Heart. HEX triplet: 68, 13 and AC. RGB value is (104,19,172). Sum of RGB (Red+Green+Blue) = 104+19+172=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #6813AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6813AC is #97EC53. Grayscale: #3D3D3D. Windows color (decimal): -9956436 or 11277160. OLE color: 11277160.

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

Color convert

RGB 104 19 172 -
CMYK 0.40 0.89 0 0.33
HSL 273.33º 0.8% 0.37% -
HSV(B) 273.33º 0.89% 0.67% -
XYZ 13.39 6.39 39.56 -
YUV 61.86 190.16 158.06 -
System Red Green Blue C M Y K H S L
Decimal 104 19 172 0.40 0.89 0 0.33 273.33 0.8 0.37
Hex 68 13 AC 28 59 0 21 111 50 25
Octal 150 23 254 50 131 0 41 421 120 45
Binary 1101000 10011 10101100 101000 1011001 0 100001 100010001 1010000 100101

Color Harmonies of #6813AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6813AC

Black with #6813AC

Text Example


Text Example

White with #6813AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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