Html Css Color HEX #6802AD Purple Heart

📋 copy color: '#6802AD'

red 104 ◦ green 2 ◦ blue 173

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

Shades of Purple Heart #6802AD

Tints of Purple Heart #6802AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 37.28%
G = 0.72%
B = 62.01%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6802AD (or 0x6802AD) is known color: Purple Heart. HEX triplet: 68, 02 and AD. RGB value is (104,2,173). Sum of RGB (Red+Green+Blue) = 104+2+173=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #6802AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6802AD is #97FD52. Grayscale: #333333. Windows color (decimal): -9960787 or 11338344. OLE color: 11338344.

HSL color Cylindrical-coordinate representation of color #6802AD: hue angle of 275.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6802AD is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 2 173 -
CMYK 0.40 0.99 0 0.32
HSL 275.79º 0.98% 0.34% -
HSV(B) 275.79º 0.99% 0.68% -
XYZ 13.27 6 39.99 -
YUV 51.99 196.29 165.1 -
System Red Green Blue C M Y K H S L
Decimal 104 2 173 0.40 0.99 0 0.32 275.79 0.98 0.34
Hex 68 2 AD 28 63 0 20 114 62 22
Octal 150 2 255 50 143 0 40 424 142 42
Binary 1101000 10 10101101 101000 1100011 0 100000 100010100 1100010 100010

Color Harmonies of #6802AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6802AD

Black with #6802AD

Text Example


Text Example

White with #6802AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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