Html Css Color HEX #6807AD Purple Heart

📋 copy color: '#6807AD'

red 104 ◦ green 7 ◦ blue 173

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

Shades of Purple Heart #6807AD

Tints of Purple Heart #6807AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

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

R = 36.62%
G = 2.46%
B = 60.92%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6807AD (or 0x6807AD) is known color: Purple Heart. HEX triplet: 68, 07 and AD. RGB value is (104,7,173). Sum of RGB (Red+Green+Blue) = 104+7+173=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #6807AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6807AD is #97F852. Grayscale: #363636. Windows color (decimal): -9959507 or 11339624. OLE color: 11339624.

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

Color convert

RGB 104 7 173 -
CMYK 0.40 0.96 0 0.32
HSL 275.06º 0.92% 0.35% -
HSV(B) 275.06º 0.96% 0.68% -
XYZ 13.33 6.11 40.01 -
YUV 54.93 194.64 163 -
System Red Green Blue C M Y K H S L
Decimal 104 7 173 0.40 0.96 0 0.32 275.06 0.92 0.35
Hex 68 7 AD 28 60 0 20 113 5C 23
Octal 150 7 255 50 140 0 40 423 134 43
Binary 1101000 111 10101101 101000 1100000 0 100000 100010011 1011100 100011

Color Harmonies of #6807AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6807AD

Black with #6807AD

Text Example


Text Example

White with #6807AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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