Html Css Color HEX #6720DC Purple Heart

📋 copy color: '#6720DC'

red 103 ◦ green 32 ◦ blue 220

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

Shades of Purple Heart #6720DC

Tints of Purple Heart #6720DC

RGB

 RED value IS 103 (40.63% from 255) = 29.01%

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

 BLUE value IS 220 (86.33% from 255) = 61.97%

R = 29.01%
G = 9.01%
B = 61.97%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6720DC (or 0x6720DC) is known color: Purple Heart. HEX triplet: 67, 20 and DC. RGB value is (103,32,220). Sum of RGB (Red+Green+Blue) = 103+32+220=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #6720DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6720DC is #98DF23. Grayscale: #494949. Windows color (decimal): -10018596 or 14426215. OLE color: 14426215.

HSL color Cylindrical-coordinate representation of color #6720DC: hue angle of 262.66º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6720DC is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 32 220 -
CMYK 0.53 0.85 0 0.14
HSL 262.66º 0.75% 0.49% -
HSV(B) 262.66º 0.85% 0.86% -
XYZ 19.03 9.08 68.46 -
YUV 74.66 210.02 148.21 -
System Red Green Blue C M Y K H S L
Decimal 103 32 220 0.53 0.85 0 0.14 262.66 0.75 0.49
Hex 67 20 DC 35 55 0 E 107 4B 31
Octal 147 40 334 65 125 0 16 407 113 61
Binary 1100111 100000 11011100 110101 1010101 0 1110 100000111 1001011 110001

Color Harmonies of #6720DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6720DC

Black with #6720DC

Text Example


Text Example

White with #6720DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6720DC; }

 p { color: rgb(103,32,220); }

 H1.HeaderClassName
 {
   color: #6720DC;
 }
 .AnyTagClassName
 {
   color: #6720DC;
 }
</style>

background-color css

<style>
 a { background-color: #6720DC; }

 a { background-color: rgb(103,32,220); }

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

border-color css

<style>
 span { border-color: #6720DC; }

 span { border-color: rgb(103,32,220); }

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