Html Css Color HEX #6828CE Purple Heart

📋 copy color: '#6828CE'

red 104 ◦ green 40 ◦ blue 206

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

Shades of Purple Heart #6828CE

Tints of Purple Heart #6828CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 29.71%
G = 11.43%
B = 58.86%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6828CE (or 0x6828CE) is known color: Purple Heart. HEX triplet: 68, 28 and CE. RGB value is (104,40,206). Sum of RGB (Red+Green+Blue) = 104+40+206=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #6828CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6828CE is #97D731. Grayscale: #4D4D4D. Windows color (decimal): -9951026 or 13510760. OLE color: 13510760.

HSL color Cylindrical-coordinate representation of color #6828CE: hue angle of 263.13º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6828CE is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 40 206 -
CMYK 0.50 0.81 0 0.19
HSL 263.13º 0.67% 0.48% -
HSV(B) 263.13º 0.81% 0.81% -
XYZ 17.61 8.92 59.19 -
YUV 78.06 200.2 146.5 -
System Red Green Blue C M Y K H S L
Decimal 104 40 206 0.50 0.81 0 0.19 263.13 0.67 0.48
Hex 68 28 CE 32 51 0 13 107 43 30
Octal 150 50 316 62 121 0 23 407 103 60
Binary 1101000 101000 11001110 110010 1010001 0 10011 100000111 1000011 110000

Color Harmonies of #6828CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6828CE

Black with #6828CE

Text Example


Text Example

White with #6828CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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