Html Css Color HEX #6729BC Purple Heart

📋 copy color: '#6729BC'

red 103 ◦ green 41 ◦ blue 188

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

Shades of Purple Heart #6729BC

Tints of Purple Heart #6729BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.63%

R = 31.02%
G = 12.35%
B = 56.63%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6729BC (or 0x6729BC) is known color: Purple Heart. HEX triplet: 67, 29 and BC. RGB value is (103,41,188). Sum of RGB (Red+Green+Blue) = 103+41+188=332 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.02% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #6729BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6729BC is #98D643. Grayscale: #4B4B4B. Windows color (decimal): -10016324 or 12331367. OLE color: 12331367.

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

Color convert

RGB 103 41 188 -
CMYK 0.45 0.78 0 0.26
HSL 265.31º 0.64% 0.45% -
HSV(B) 265.31º 0.78% 0.74% -
XYZ 15.46 8.1 48.33 -
YUV 76.3 191.04 147.05 -
System Red Green Blue C M Y K H S L
Decimal 103 41 188 0.45 0.78 0 0.26 265.31 0.64 0.45
Hex 67 29 BC 2D 4E 0 1A 109 40 2D
Octal 147 51 274 55 116 0 32 411 100 55
Binary 1100111 101001 10111100 101101 1001110 0 11010 100001001 1000000 101101

Color Harmonies of #6729BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6729BC

Black with #6729BC

Text Example


Text Example

White with #6729BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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