Html Css Color HEX #6729CF Purple Heart

📋 copy color: '#6729CF'

red 103 ◦ green 41 ◦ blue 207

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

Shades of Purple Heart #6729CF

Tints of Purple Heart #6729CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.97%

R = 29.34%
G = 11.68%
B = 58.97%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6729CF (or 0x6729CF) is known color: Purple Heart. HEX triplet: 67, 29 and CF. RGB value is (103,41,207). Sum of RGB (Red+Green+Blue) = 103+41+207=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #6729CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6729CF is #98D630. Grayscale: #4D4D4D. Windows color (decimal): -10016305 or 13576551. OLE color: 13576551.

HSL color Cylindrical-coordinate representation of color #6729CF: hue angle of 262.41º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6729CF is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 41 207 -
CMYK 0.50 0.80 0 0.19
HSL 262.41º 0.67% 0.49% -
HSV(B) 262.41º 0.8% 0.81% -
XYZ 17.65 8.97 59.83 -
YUV 78.46 200.54 145.5 -
System Red Green Blue C M Y K H S L
Decimal 103 41 207 0.50 0.80 0 0.19 262.41 0.67 0.49
Hex 67 29 CF 32 50 0 13 106 43 31
Octal 147 51 317 62 120 0 23 406 103 61
Binary 1100111 101001 11001111 110010 1010000 0 10011 100000110 1000011 110001

Color Harmonies of #6729CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6729CF

Black with #6729CF

Text Example


Text Example

White with #6729CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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