Html Css Color HEX #6820D0 Purple Heart

📋 copy color: '#6820D0'

red 104 ◦ green 32 ◦ blue 208

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

Shades of Purple Heart #6820D0

Tints of Purple Heart #6820D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 60.47%

R = 30.23%
G = 9.3%
B = 60.47%

CMYK

 C value IS 0.5

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6820D0 (or 0x6820D0) is known color: Purple Heart. HEX triplet: 68, 20 and D0. RGB value is (104,32,208). Sum of RGB (Red+Green+Blue) = 104+32+208=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 208 (81.64% from 255 or 60.47% from 344); Max value from RGB is 208 - color contains mainly: blue. Hex color #6820D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6820D0 is #97DF2F. Grayscale: #484848. Windows color (decimal): -9953072 or 13639784. OLE color: 13639784.

HSL color Cylindrical-coordinate representation of color #6820D0: hue angle of 264.55º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6820D0 is Cyan = 0.5, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 32 208 -
CMYK 0.5 0.85 0 0.18
HSL 264.55º 0.73% 0.47% -
HSV(B) 264.55º 0.85% 0.82% -
XYZ 17.61 8.53 60.39 -
YUV 73.59 203.85 149.69 -
System Red Green Blue C M Y K H S L
Decimal 104 32 208 0.5 0.85 0 0.18 264.55 0.73 0.47
Hex 68 20 D0 32 55 0 12 109 49 2F
Octal 150 40 320 62 125 0 22 411 111 57
Binary 1101000 100000 11010000 110010 1010101 0 10010 100001001 1001001 101111

Color Harmonies of #6820D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6820D0

Black with #6820D0

Text Example


Text Example

White with #6820D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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