Html Css Color HEX #6714AB Purple Heart

📋 copy color: '#6714AB'

red 103 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #6714AB

Tints of Purple Heart #6714AB

RGB

 RED value IS 103 (40.63% from 255) = 35.03%

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

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

R = 35.03%
G = 6.8%
B = 58.16%

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

#6714AB (or 0x6714AB) is known color: Purple Heart. HEX triplet: 67, 14 and AB. RGB value is (103,20,171). Sum of RGB (Red+Green+Blue) = 103+20+171=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #6714AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6714AB is #98EB54. Grayscale: #3D3D3D. Windows color (decimal): -10021717 or 11211879. OLE color: 11211879.

HSL color Cylindrical-coordinate representation of color #6714AB: hue angle of 272.98º 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 #6714AB is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 20 171 -
CMYK 0.40 0.88 0 0.33
HSL 272.98º 0.79% 0.37% -
HSV(B) 272.98º 0.88% 0.67% -
XYZ 13.19 6.32 39.05 -
YUV 62.03 189.5 157.22 -
System Red Green Blue C M Y K H S L
Decimal 103 20 171 0.40 0.88 0 0.33 272.98 0.79 0.37
Hex 67 14 AB 28 58 0 21 111 4F 25
Octal 147 24 253 50 130 0 41 421 117 45
Binary 1100111 10100 10101011 101000 1011000 0 100001 100010001 1001111 100101

Color Harmonies of #6714AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6714AB

Black with #6714AB

Text Example


Text Example

White with #6714AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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