Html Css Color HEX #6828AD Purple Heart

📋 copy color: '#6828AD'

red 104 ◦ green 40 ◦ blue 173

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

Shades of Purple Heart #6828AD

Tints of Purple Heart #6828AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.62%

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

R = 32.81%
G = 12.62%
B = 54.57%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6828AD (or 0x6828AD) is known color: Purple Heart. HEX triplet: 68, 28 and AD. RGB value is (104,40,173). Sum of RGB (Red+Green+Blue) = 104+40+173=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #6828AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6828AD is #97D752. Grayscale: #494949. Windows color (decimal): -9951059 or 11348072. OLE color: 11348072.

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

Color convert

RGB 104 40 173 -
CMYK 0.40 0.77 0 0.32
HSL 268.87º 0.62% 0.42% -
HSV(B) 268.87º 0.77% 0.68% -
XYZ 14.01 7.48 40.24 -
YUV 74.3 183.7 149.19 -
System Red Green Blue C M Y K H S L
Decimal 104 40 173 0.40 0.77 0 0.32 268.87 0.62 0.42
Hex 68 28 AD 28 4D 0 20 10D 3E 2A
Octal 150 50 255 50 115 0 40 415 76 52
Binary 1101000 101000 10101101 101000 1001101 0 100000 100001101 111110 101010

Color Harmonies of #6828AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6828AD

Black with #6828AD

Text Example


Text Example

White with #6828AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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