Html Css Color HEX #6720D0 Purple Heart

📋 copy color: '#6720D0'

red 103 ◦ green 32 ◦ blue 208

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

Shades of Purple Heart #6720D0

Tints of Purple Heart #6720D0

RGB

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

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

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

R = 30.03%
G = 9.33%
B = 60.64%

CMYK

 C value IS 0.50

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6720D0 (or 0x6720D0) is known color: Purple Heart. HEX triplet: 67, 20 and D0. RGB value is (103,32,208). Sum of RGB (Red+Green+Blue) = 103+32+208=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 208 (81.64% from 255 or 60.64% from 343); Max value from RGB is 208 - color contains mainly: blue. Hex color #6720D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6720D0 is #98DF2F. Grayscale: #484848. Windows color (decimal): -10018608 or 13639783. OLE color: 13639783.

HSL color Cylindrical-coordinate representation of color #6720D0: hue angle of 264.2º 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 #6720D0 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 32 208 -
CMYK 0.50 0.85 0 0.18
HSL 264.2º 0.73% 0.47% -
HSV(B) 264.2º 0.85% 0.82% -
XYZ 17.5 8.47 60.39 -
YUV 73.29 204.02 149.19 -
System Red Green Blue C M Y K H S L
Decimal 103 32 208 0.50 0.85 0 0.18 264.2 0.73 0.47
Hex 67 20 D0 32 55 0 12 108 49 2F
Octal 147 40 320 62 125 0 22 410 111 57
Binary 1100111 100000 11010000 110010 1010101 0 10010 100001000 1001001 101111

Color Harmonies of #6720D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6720D0

Black with #6720D0

Text Example


Text Example

White with #6720D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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