Html Css Color HEX #6728AB Purple Heart

📋 copy color: '#6728AB'

red 103 ◦ green 40 ◦ blue 171

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

Shades of Purple Heart #6728AB

Tints of Purple Heart #6728AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 32.8%
G = 12.74%
B = 54.46%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6728AB (or 0x6728AB) is known color: Purple Heart. HEX triplet: 67, 28 and AB. RGB value is (103,40,171). Sum of RGB (Red+Green+Blue) = 103+40+171=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #6728AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6728AB is #98D754. Grayscale: #494949. Windows color (decimal): -10016597 or 11216999. OLE color: 11216999.

HSL color Cylindrical-coordinate representation of color #6728AB: hue angle of 268.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6728AB is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 40 171 -
CMYK 0.40 0.77 0 0.33
HSL 268.85º 0.62% 0.41% -
HSV(B) 268.85º 0.77% 0.67% -
XYZ 13.7 7.34 39.22 -
YUV 73.77 182.87 148.85 -
System Red Green Blue C M Y K H S L
Decimal 103 40 171 0.40 0.77 0 0.33 268.85 0.62 0.41
Hex 67 28 AB 28 4D 0 21 10D 3E 29
Octal 147 50 253 50 115 0 41 415 76 51
Binary 1100111 101000 10101011 101000 1001101 0 100001 100001101 111110 101001

Color Harmonies of #6728AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6728AB

Black with #6728AB

Text Example


Text Example

White with #6728AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6728AB; }

 p { color: rgb(103,40,171); }

 H1.HeaderClassName
 {
   color: #6728AB;
 }
 .AnyTagClassName
 {
   color: #6728AB;
 }
</style>

background-color css

<style>
 a { background-color: #6728AB; }

 a { background-color: rgb(103,40,171); }

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

border-color css

<style>
 span { border-color: #6728AB; }

 span { border-color: rgb(103,40,171); }

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