Html Css Color HEX #6720CD Purple Heart

📋 copy color: '#6720CD'

red 103 ◦ green 32 ◦ blue 205

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

Shades of Purple Heart #6720CD

Tints of Purple Heart #6720CD

RGB

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

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

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

R = 30.29%
G = 9.41%
B = 60.29%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6720CD (or 0x6720CD) is known color: Purple Heart. HEX triplet: 67, 20 and CD. RGB value is (103,32,205). Sum of RGB (Red+Green+Blue) = 103+32+205=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 205 (80.47% from 255 or 60.29% from 340); Max value from RGB is 205 - color contains mainly: blue. Hex color #6720CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6720CD is #98DF32. Grayscale: #484848. Windows color (decimal): -10018611 or 13443175. OLE color: 13443175.

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

Color convert

RGB 103 32 205 -
CMYK 0.50 0.84 0 0.20
HSL 264.62º 0.73% 0.46% -
HSV(B) 264.62º 0.84% 0.8% -
XYZ 17.13 8.32 58.46 -
YUV 72.95 202.52 149.43 -
System Red Green Blue C M Y K H S L
Decimal 103 32 205 0.50 0.84 0 0.20 264.62 0.73 0.46
Hex 67 20 CD 32 54 0 14 109 49 2E
Octal 147 40 315 62 124 0 24 411 111 56
Binary 1100111 100000 11001101 110010 1010100 0 10100 100001001 1001001 101110

Color Harmonies of #6720CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6720CD

Black with #6720CD

Text Example


Text Example

White with #6720CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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