Html Css Color HEX #6713A9 Purple Heart

📋 copy color: '#6713A9'

red 103 ◦ green 19 ◦ blue 169

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

Shades of Purple Heart #6713A9

Tints of Purple Heart #6713A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 58.08%

R = 35.4%
G = 6.53%
B = 58.08%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6713A9 (or 0x6713A9) is known color: Purple Heart. HEX triplet: 67, 13 and A9. RGB value is (103,19,169). Sum of RGB (Red+Green+Blue) = 103+19+169=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 169 (66.41% from 255 or 58.08% from 291); Max value from RGB is 169 - color contains mainly: blue. Hex color #6713A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6713A9 is #98EC56. Grayscale: #3C3C3C. Windows color (decimal): -10021975 or 11080551. OLE color: 11080551.

HSL color Cylindrical-coordinate representation of color #6713A9: hue angle of 273.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6713A9 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 103 19 169 -
CMYK 0.39 0.89 0 0.34
HSL 273.6º 0.8% 0.37% -
HSV(B) 273.6º 0.89% 0.66% -
XYZ 12.99 6.21 38.05 -
YUV 61.22 188.83 157.8 -
System Red Green Blue C M Y K H S L
Decimal 103 19 169 0.39 0.89 0 0.34 273.6 0.8 0.37
Hex 67 13 A9 27 59 0 22 112 50 25
Octal 147 23 251 47 131 0 42 422 120 45
Binary 1100111 10011 10101001 100111 1011001 0 100010 100010010 1010000 100101

Color Harmonies of #6713A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6713A9

Black with #6713A9

Text Example


Text Example

White with #6713A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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