Html Css Color HEX #6713AA Purple Heart

📋 copy color: '#6713AA'

red 103 ◦ green 19 ◦ blue 170

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

Shades of Purple Heart #6713AA

Tints of Purple Heart #6713AA

RGB

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

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

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

R = 35.27%
G = 6.51%
B = 58.22%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6713AA (or 0x6713AA) is known color: Purple Heart. HEX triplet: 67, 13 and AA. RGB value is (103,19,170). Sum of RGB (Red+Green+Blue) = 103+19+170=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #6713AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6713AA is #98EC55. Grayscale: #3C3C3C. Windows color (decimal): -10021974 or 11146087. OLE color: 11146087.

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

Color convert

RGB 103 19 170 -
CMYK 0.39 0.89 0 0.33
HSL 273.38º 0.8% 0.37% -
HSV(B) 273.38º 0.89% 0.67% -
XYZ 13.08 6.25 38.55 -
YUV 61.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 103 19 170 0.39 0.89 0 0.33 273.38 0.8 0.37
Hex 67 13 AA 27 59 0 21 111 50 25
Octal 147 23 252 47 131 0 41 421 120 45
Binary 1100111 10011 10101010 100111 1011001 0 100001 100010001 1010000 100101

Color Harmonies of #6713AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6713AA

Black with #6713AA

Text Example


Text Example

White with #6713AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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