Html Css Color HEX #6828DA Purple Heart

📋 copy color: '#6828DA'

red 104 ◦ green 40 ◦ blue 218

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

Shades of Purple Heart #6828DA

Tints of Purple Heart #6828DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.22%

R = 28.73%
G = 11.05%
B = 60.22%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6828DA (or 0x6828DA) is known color: Purple Heart. HEX triplet: 68, 28 and DA. RGB value is (104,40,218). Sum of RGB (Red+Green+Blue) = 104+40+218=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #6828DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6828DA is #97D725. Grayscale: #4E4E4E. Windows color (decimal): -9951014 or 14297192. OLE color: 14297192.

HSL color Cylindrical-coordinate representation of color #6828DA: hue angle of 261.57º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6828DA is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 40 218 -
CMYK 0.52 0.82 0 0.15
HSL 261.57º 0.71% 0.51% -
HSV(B) 261.57º 0.82% 0.85% -
XYZ 19.12 9.52 67.16 -
YUV 79.43 206.2 145.53 -
System Red Green Blue C M Y K H S L
Decimal 104 40 218 0.52 0.82 0 0.15 261.57 0.71 0.51
Hex 68 28 DA 34 52 0 F 106 47 33
Octal 150 50 332 64 122 0 17 406 107 63
Binary 1101000 101000 11011010 110100 1010010 0 1111 100000110 1000111 110011

Color Harmonies of #6828DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6828DA

Black with #6828DA

Text Example


Text Example

White with #6828DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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