Html Css Color HEX #6819AB Purple Heart

📋 copy color: '#6819AB'

red 104 ◦ green 25 ◦ blue 171

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

Shades of Purple Heart #6819AB

Tints of Purple Heart #6819AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.33%

 BLUE value IS 171 (67.19% from 255) = 57%

R = 34.67%
G = 8.33%
B = 57%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6819AB (or 0x6819AB) is known color: Purple Heart. HEX triplet: 68, 19 and AB. RGB value is (104,25,171). Sum of RGB (Red+Green+Blue) = 104+25+171=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #6819AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6819AB is #97E654. Grayscale: #404040. Windows color (decimal): -9954901 or 11213160. OLE color: 11213160.

HSL color Cylindrical-coordinate representation of color #6819AB: hue angle of 272.47º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6819AB is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 25 171 -
CMYK 0.39 0.85 0 0.33
HSL 272.47º 0.74% 0.38% -
HSV(B) 272.47º 0.85% 0.67% -
XYZ 13.41 6.58 39.09 -
YUV 65.27 187.67 155.63 -
System Red Green Blue C M Y K H S L
Decimal 104 25 171 0.39 0.85 0 0.33 272.47 0.74 0.38
Hex 68 19 AB 27 55 0 21 110 4A 26
Octal 150 31 253 47 125 0 41 420 112 46
Binary 1101000 11001 10101011 100111 1010101 0 100001 100010000 1001010 100110

Color Harmonies of #6819AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6819AB

Black with #6819AB

Text Example


Text Example

White with #6819AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6819AB; }

 p { color: rgb(104,25,171); }

 H1.HeaderClassName
 {
   color: #6819AB;
 }
 .AnyTagClassName
 {
   color: #6819AB;
 }
</style>

background-color css

<style>
 a { background-color: #6819AB; }

 a { background-color: rgb(104,25,171); }

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

border-color css

<style>
 span { border-color: #6819AB; }

 span { border-color: rgb(104,25,171); }

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