Html Css Color HEX #6710AE Purple Heart

📋 copy color: '#6710AE'

red 103 ◦ green 16 ◦ blue 174

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

Shades of Purple Heart #6710AE

Tints of Purple Heart #6710AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.46%

 BLUE value IS 174 (68.36% from 255) = 59.39%

R = 35.15%
G = 5.46%
B = 59.39%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6710AE (or 0x6710AE) is known color: Purple Heart. HEX triplet: 67, 10 and AE. RGB value is (103,16,174). Sum of RGB (Red+Green+Blue) = 103+16+174=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #6710AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6710AE is #98EF51. Grayscale: #3B3B3B. Windows color (decimal): -10022738 or 11407463. OLE color: 11407463.

HSL color Cylindrical-coordinate representation of color #6710AE: hue angle of 273.04º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6710AE is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 16 174 -
CMYK 0.41 0.91 0 0.32
HSL 273.04º 0.83% 0.37% -
HSV(B) 273.04º 0.91% 0.68% -
XYZ 13.42 6.31 40.56 -
YUV 60.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 103 16 174 0.41 0.91 0 0.32 273.04 0.83 0.37
Hex 67 10 AE 29 5B 0 20 111 53 25
Octal 147 20 256 51 133 0 40 421 123 45
Binary 1100111 10000 10101110 101001 1011011 0 100000 100010001 1010011 100101

Color Harmonies of #6710AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6710AE

Black with #6710AE

Text Example


Text Example

White with #6710AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6710AE; }

 p { color: rgb(103,16,174); }

 H1.HeaderClassName
 {
   color: #6710AE;
 }
 .AnyTagClassName
 {
   color: #6710AE;
 }
</style>

background-color css

<style>
 a { background-color: #6710AE; }

 a { background-color: rgb(103,16,174); }

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

border-color css

<style>
 span { border-color: #6710AE; }

 span { border-color: rgb(103,16,174); }

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