Html Css Color HEX #6828DD Purple Heart

📋 copy color: '#6828DD'

red 104 ◦ green 40 ◦ blue 221

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

Shades of Purple Heart #6828DD

Tints of Purple Heart #6828DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.55%

R = 28.49%
G = 10.96%
B = 60.55%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6828DD (or 0x6828DD) is known color: Purple Heart. HEX triplet: 68, 28 and DD. RGB value is (104,40,221). Sum of RGB (Red+Green+Blue) = 104+40+221=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #6828DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6828DD is #97D722. Grayscale: #4F4F4F. Windows color (decimal): -9951011 or 14493800. OLE color: 14493800.

HSL color Cylindrical-coordinate representation of color #6828DD: hue angle of 261.22º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6828DD is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 40 221 -
CMYK 0.53 0.82 0 0.13
HSL 261.22º 0.73% 0.51% -
HSV(B) 261.22º 0.82% 0.87% -
XYZ 19.52 9.68 69.25 -
YUV 79.77 207.7 145.28 -
System Red Green Blue C M Y K H S L
Decimal 104 40 221 0.53 0.82 0 0.13 261.22 0.73 0.51
Hex 68 28 DD 35 52 0 D 105 49 33
Octal 150 50 335 65 122 0 15 405 111 63
Binary 1101000 101000 11011101 110101 1010010 0 1101 100000101 1001001 110011

Color Harmonies of #6828DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6828DD

Black with #6828DD

Text Example


Text Example

White with #6828DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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