Html Css Color HEX #6828BA Purple Heart

📋 copy color: '#6828BA'

red 104 ◦ green 40 ◦ blue 186

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

Shades of Purple Heart #6828BA

Tints of Purple Heart #6828BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 31.52%
G = 12.12%
B = 56.36%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6828BA (or 0x6828BA) is known color: Purple Heart. HEX triplet: 68, 28 and BA. RGB value is (104,40,186). Sum of RGB (Red+Green+Blue) = 104+40+186=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #6828BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6828BA is #97D745. Grayscale: #4B4B4B. Windows color (decimal): -9951046 or 12200040. OLE color: 12200040.

HSL color Cylindrical-coordinate representation of color #6828BA: hue angle of 266.3º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6828BA is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 40 186 -
CMYK 0.44 0.78 0 0.27
HSL 266.3º 0.65% 0.44% -
HSV(B) 266.3º 0.78% 0.73% -
XYZ 15.33 8.01 47.19 -
YUV 75.78 190.2 148.13 -
System Red Green Blue C M Y K H S L
Decimal 104 40 186 0.44 0.78 0 0.27 266.3 0.65 0.44
Hex 68 28 BA 2C 4E 0 1B 10A 41 2C
Octal 150 50 272 54 116 0 33 412 101 54
Binary 1101000 101000 10111010 101100 1001110 0 11011 100001010 1000001 101100

Color Harmonies of #6828BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6828BA

Black with #6828BA

Text Example


Text Example

White with #6828BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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