Html Css Color HEX #6728AA Purple Heart

📋 copy color: '#6728AA'

red 103 ◦ green 40 ◦ blue 170

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

Shades of Purple Heart #6728AA

Tints of Purple Heart #6728AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 32.91%
G = 12.78%
B = 54.31%

CMYK

 C value IS 0.39

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6728AA (or 0x6728AA) is known color: Purple Heart. HEX triplet: 67, 28 and AA. RGB value is (103,40,170). Sum of RGB (Red+Green+Blue) = 103+40+170=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #6728AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6728AA is #98D755. Grayscale: #494949. Windows color (decimal): -10016598 or 11151463. OLE color: 11151463.

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

Color convert

RGB 103 40 170 -
CMYK 0.39 0.76 0 0.33
HSL 269.08º 0.62% 0.41% -
HSV(B) 269.08º 0.76% 0.67% -
XYZ 13.61 7.3 38.72 -
YUV 73.66 182.37 148.93 -
System Red Green Blue C M Y K H S L
Decimal 103 40 170 0.39 0.76 0 0.33 269.08 0.62 0.41
Hex 67 28 AA 27 4C 0 21 10D 3E 29
Octal 147 50 252 47 114 0 41 415 76 51
Binary 1100111 101000 10101010 100111 1001100 0 100001 100001101 111110 101001

Color Harmonies of #6728AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6728AA

Black with #6728AA

Text Example


Text Example

White with #6728AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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