Html Css Color HEX #6713AB Purple Heart

📋 copy color: '#6713AB'

red 103 ◦ green 19 ◦ blue 171

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

Shades of Purple Heart #6713AB

Tints of Purple Heart #6713AB

RGB

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

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

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

R = 35.15%
G = 6.48%
B = 58.36%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6713AB (or 0x6713AB) is known color: Purple Heart. HEX triplet: 67, 13 and AB. RGB value is (103,19,171). Sum of RGB (Red+Green+Blue) = 103+19+171=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #6713AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6713AB is #98EC54. Grayscale: #3C3C3C. Windows color (decimal): -10021973 or 11211623. OLE color: 11211623.

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

Color convert

RGB 103 19 171 -
CMYK 0.40 0.89 0 0.33
HSL 273.16º 0.8% 0.37% -
HSV(B) 273.16º 0.89% 0.67% -
XYZ 13.18 6.29 39.05 -
YUV 61.44 189.83 157.64 -
System Red Green Blue C M Y K H S L
Decimal 103 19 171 0.40 0.89 0 0.33 273.16 0.8 0.37
Hex 67 13 AB 28 59 0 21 111 50 25
Octal 147 23 253 50 131 0 41 421 120 45
Binary 1100111 10011 10101011 101000 1011001 0 100001 100010001 1010000 100101

Color Harmonies of #6713AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6713AB

Black with #6713AB

Text Example


Text Example

White with #6713AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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