Html Css Color HEX #6814AB Purple Heart

📋 copy color: '#6814AB'

red 104 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #6814AB

Tints of Purple Heart #6814AB

RGB

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

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

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

R = 35.25%
G = 6.78%
B = 57.97%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6814AB (or 0x6814AB) is known color: Purple Heart. HEX triplet: 68, 14 and AB. RGB value is (104,20,171). Sum of RGB (Red+Green+Blue) = 104+20+171=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #6814AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6814AB is #97EB54. Grayscale: #3D3D3D. Windows color (decimal): -9956181 or 11211880. OLE color: 11211880.

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

Color convert

RGB 104 20 171 -
CMYK 0.39 0.88 0 0.33
HSL 273.38º 0.79% 0.37% -
HSV(B) 273.38º 0.88% 0.67% -
XYZ 13.31 6.38 39.06 -
YUV 62.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 104 20 171 0.39 0.88 0 0.33 273.38 0.79 0.37
Hex 68 14 AB 27 58 0 21 111 4F 25
Octal 150 24 253 47 130 0 41 421 117 45
Binary 1101000 10100 10101011 100111 1011000 0 100001 100010001 1001111 100101

Color Harmonies of #6814AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6814AB

Black with #6814AB

Text Example


Text Example

White with #6814AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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