Html Css Color HEX #6729DC Purple Heart

📋 copy color: '#6729DC'

red 103 ◦ green 41 ◦ blue 220

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

Shades of Purple Heart #6729DC

Tints of Purple Heart #6729DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.26%

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

R = 28.3%
G = 11.26%
B = 60.44%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6729DC (or 0x6729DC) is known color: Purple Heart. HEX triplet: 67, 29 and DC. RGB value is (103,41,220). Sum of RGB (Red+Green+Blue) = 103+41+220=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #6729DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6729DC is #98D623. Grayscale: #4F4F4F. Windows color (decimal): -10016292 or 14428519. OLE color: 14428519.

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

Color convert

RGB 103 41 220 -
CMYK 0.53 0.81 0 0.14
HSL 260.78º 0.72% 0.51% -
HSV(B) 260.78º 0.81% 0.86% -
XYZ 19.3 9.64 68.55 -
YUV 79.94 207.04 144.45 -
System Red Green Blue C M Y K H S L
Decimal 103 41 220 0.53 0.81 0 0.14 260.78 0.72 0.51
Hex 67 29 DC 35 51 0 E 105 48 33
Octal 147 51 334 65 121 0 16 405 110 63
Binary 1100111 101001 11011100 110101 1010001 0 1110 100000101 1001000 110011

Color Harmonies of #6729DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6729DC

Black with #6729DC

Text Example


Text Example

White with #6729DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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