Html Css Color HEX #6820CE Purple Heart

📋 copy color: '#6820CE'

red 104 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #6820CE

Tints of Purple Heart #6820CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.36%

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

R = 30.41%
G = 9.36%
B = 60.23%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6820CE (or 0x6820CE) is known color: Purple Heart. HEX triplet: 68, 20 and CE. RGB value is (104,32,206). Sum of RGB (Red+Green+Blue) = 104+32+206=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #6820CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6820CE is #97DF31. Grayscale: #484848. Windows color (decimal): -9953074 or 13508712. OLE color: 13508712.

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

Color convert

RGB 104 32 206 -
CMYK 0.50 0.84 0 0.19
HSL 264.83º 0.73% 0.47% -
HSV(B) 264.83º 0.84% 0.81% -
XYZ 17.37 8.43 59.1 -
YUV 73.36 202.85 149.85 -
System Red Green Blue C M Y K H S L
Decimal 104 32 206 0.50 0.84 0 0.19 264.83 0.73 0.47
Hex 68 20 CE 32 54 0 13 109 49 2F
Octal 150 40 316 62 124 0 23 411 111 57
Binary 1101000 100000 11001110 110010 1010100 0 10011 100001001 1001001 101111

Color Harmonies of #6820CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6820CE

Black with #6820CE

Text Example


Text Example

White with #6820CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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