Html Css Color HEX #6710AC Purple Heart

📋 copy color: '#6710AC'

red 103 ◦ green 16 ◦ blue 172

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

Shades of Purple Heart #6710AC

Tints of Purple Heart #6710AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.11%

R = 35.4%
G = 5.5%
B = 59.11%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6710AC (or 0x6710AC) is known color: Purple Heart. HEX triplet: 67, 10 and AC. RGB value is (103,16,172). Sum of RGB (Red+Green+Blue) = 103+16+172=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #6710AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6710AC is #98EF53. Grayscale: #3B3B3B. Windows color (decimal): -10022740 or 11276391. OLE color: 11276391.

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

Color convert

RGB 103 16 172 -
CMYK 0.40 0.91 0 0.33
HSL 273.46º 0.83% 0.37% -
HSV(B) 273.46º 0.91% 0.67% -
XYZ 13.23 6.23 39.54 -
YUV 59.8 191.32 158.82 -
System Red Green Blue C M Y K H S L
Decimal 103 16 172 0.40 0.91 0 0.33 273.46 0.83 0.37
Hex 67 10 AC 28 5B 0 21 111 53 25
Octal 147 20 254 50 133 0 41 421 123 45
Binary 1100111 10000 10101100 101000 1011011 0 100001 100010001 1010011 100101

Color Harmonies of #6710AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6710AC

Black with #6710AC

Text Example


Text Example

White with #6710AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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