Html Css Color HEX #6729BA Purple Heart

📋 copy color: '#6729BA'

red 103 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #6729BA

Tints of Purple Heart #6729BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.36%

R = 31.21%
G = 12.42%
B = 56.36%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6729BA (or 0x6729BA) is known color: Purple Heart. HEX triplet: 67, 29 and BA. RGB value is (103,41,186). Sum of RGB (Red+Green+Blue) = 103+41+186=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #6729BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6729BA is #98D645. Grayscale: #4B4B4B. Windows color (decimal): -10016326 or 12200295. OLE color: 12200295.

HSL color Cylindrical-coordinate representation of color #6729BA: hue angle of 265.66º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6729BA is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 41 186 -
CMYK 0.45 0.78 0 0.27
HSL 265.66º 0.64% 0.45% -
HSV(B) 265.66º 0.78% 0.73% -
XYZ 15.25 8.01 47.2 -
YUV 76.07 190.04 147.21 -
System Red Green Blue C M Y K H S L
Decimal 103 41 186 0.45 0.78 0 0.27 265.66 0.64 0.45
Hex 67 29 BA 2D 4E 0 1B 10A 40 2D
Octal 147 51 272 55 116 0 33 412 100 55
Binary 1100111 101001 10111010 101101 1001110 0 11011 100001010 1000000 101101

Color Harmonies of #6729BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6729BA

Black with #6729BA

Text Example


Text Example

White with #6729BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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