Html Css Color HEX #6802AE Purple Heart

📋 copy color: '#6802AE'

red 104 ◦ green 2 ◦ blue 174

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

Shades of Purple Heart #6802AE

Tints of Purple Heart #6802AE

RGB

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

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

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

R = 37.14%
G = 0.71%
B = 62.14%

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

#6802AE (or 0x6802AE) is known color: Purple Heart. HEX triplet: 68, 02 and AE. RGB value is (104,2,174). Sum of RGB (Red+Green+Blue) = 104+2+174=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #6802AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6802AE is #97FD51. Grayscale: #333333. Windows color (decimal): -9960786 or 11403880. OLE color: 11403880.

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

Color convert

RGB 104 2 174 -
CMYK 0.40 0.99 0 0.32
HSL 275.58º 0.98% 0.35% -
HSV(B) 275.58º 0.99% 0.68% -
XYZ 13.37 6.04 40.51 -
YUV 52.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 104 2 174 0.40 0.99 0 0.32 275.58 0.98 0.35
Hex 68 2 AE 28 63 0 20 114 62 23
Octal 150 2 256 50 143 0 40 424 142 43
Binary 1101000 10 10101110 101000 1100011 0 100000 100010100 1100010 100011

Color Harmonies of #6802AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6802AE

Black with #6802AE

Text Example


Text Example

White with #6802AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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