Html Css Color HEX #6820CD Purple Heart

📋 copy color: '#6820CD'

red 104 ◦ green 32 ◦ blue 205

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

Shades of Purple Heart #6820CD

Tints of Purple Heart #6820CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 60.12%

R = 30.5%
G = 9.38%
B = 60.12%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6820CD (or 0x6820CD) is known color: Purple Heart. HEX triplet: 68, 20 and CD. RGB value is (104,32,205). Sum of RGB (Red+Green+Blue) = 104+32+205=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #6820CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6820CD is #97DF32. Grayscale: #484848. Windows color (decimal): -9953075 or 13443176. OLE color: 13443176.

HSL color Cylindrical-coordinate representation of color #6820CD: hue angle of 264.97º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6820CD is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 32 205 -
CMYK 0.49 0.84 0 0.20
HSL 264.97º 0.73% 0.46% -
HSV(B) 264.97º 0.84% 0.8% -
XYZ 17.24 8.38 58.47 -
YUV 73.25 202.35 149.93 -
System Red Green Blue C M Y K H S L
Decimal 104 32 205 0.49 0.84 0 0.20 264.97 0.73 0.46
Hex 68 20 CD 31 54 0 14 109 49 2E
Octal 150 40 315 61 124 0 24 411 111 56
Binary 1101000 100000 11001101 110001 1010100 0 10100 100001001 1001001 101110

Color Harmonies of #6820CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6820CD

Black with #6820CD

Text Example


Text Example

White with #6820CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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