Html Css Color HEX #6719AA Purple Heart

📋 copy color: '#6719AA'

red 103 ◦ green 25 ◦ blue 170

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

Shades of Purple Heart #6719AA

Tints of Purple Heart #6719AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.05%

R = 34.56%
G = 8.39%
B = 57.05%

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

#6719AA (or 0x6719AA) is known color: Purple Heart. HEX triplet: 67, 19 and AA. RGB value is (103,25,170). Sum of RGB (Red+Green+Blue) = 103+25+170=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #6719AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6719AA is #98E655. Grayscale: #404040. Windows color (decimal): -10020438 or 11147623. OLE color: 11147623.

HSL color Cylindrical-coordinate representation of color #6719AA: hue angle of 272.28º 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 #6719AA is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 25 170 -
CMYK 0.39 0.85 0 0.33
HSL 272.28º 0.74% 0.38% -
HSV(B) 272.28º 0.85% 0.67% -
XYZ 13.2 6.48 38.59 -
YUV 64.85 187.34 155.21 -
System Red Green Blue C M Y K H S L
Decimal 103 25 170 0.39 0.85 0 0.33 272.28 0.74 0.38
Hex 67 19 AA 27 55 0 21 110 4A 26
Octal 147 31 252 47 125 0 41 420 112 46
Binary 1100111 11001 10101010 100111 1010101 0 100001 100010000 1001010 100110

Color Harmonies of #6719AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6719AA

Black with #6719AA

Text Example


Text Example

White with #6719AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6719AA; }

 p { color: rgb(103,25,170); }

 H1.HeaderClassName
 {
   color: #6719AA;
 }
 .AnyTagClassName
 {
   color: #6719AA;
 }
</style>

background-color css

<style>
 a { background-color: #6719AA; }

 a { background-color: rgb(103,25,170); }

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

border-color css

<style>
 span { border-color: #6719AA; }

 span { border-color: rgb(103,25,170); }

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