Html Css Color HEX #6810AD Purple Heart

📋 copy color: '#6810AD'

red 104 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #6810AD

Tints of Purple Heart #6810AD

RGB

 RED value IS 104 (41.02% from 255) = 35.49%

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

 BLUE value IS 173 (67.97% from 255) = 59.04%

R = 35.49%
G = 5.46%
B = 59.04%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6810AD (or 0x6810AD) is known color: Purple Heart. HEX triplet: 68, 10 and AD. RGB value is (104,16,173). Sum of RGB (Red+Green+Blue) = 104+16+173=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #6810AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6810AD is #97EF52. Grayscale: #3B3B3B. Windows color (decimal): -9957203 or 11341928. OLE color: 11341928.

HSL color Cylindrical-coordinate representation of color #6810AD: hue angle of 273.63º 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 #6810AD is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 16 173 -
CMYK 0.40 0.91 0 0.32
HSL 273.63º 0.83% 0.37% -
HSV(B) 273.63º 0.91% 0.68% -
XYZ 13.44 6.33 40.05 -
YUV 60.21 191.65 159.23 -
System Red Green Blue C M Y K H S L
Decimal 104 16 173 0.40 0.91 0 0.32 273.63 0.83 0.37
Hex 68 10 AD 28 5B 0 20 112 53 25
Octal 150 20 255 50 133 0 40 422 123 45
Binary 1101000 10000 10101101 101000 1011011 0 100000 100010010 1010011 100101

Color Harmonies of #6810AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6810AD

Black with #6810AD

Text Example


Text Example

White with #6810AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6810AD; }

 p { color: rgb(104,16,173); }

 H1.HeaderClassName
 {
   color: #6810AD;
 }
 .AnyTagClassName
 {
   color: #6810AD;
 }
</style>

background-color css

<style>
 a { background-color: #6810AD; }

 a { background-color: rgb(104,16,173); }

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

border-color css

<style>
 span { border-color: #6810AD; }

 span { border-color: rgb(104,16,173); }

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