Html Css Color HEX #6128AD Purple Heart

📋 copy color: '#6128AD'

red 97 ◦ green 40 ◦ blue 173

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

Shades of Purple Heart #6128AD

Tints of Purple Heart #6128AD

RGB

 RED value IS 97 (38.28% from 255) = 31.29%

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

 BLUE value IS 173 (67.97% from 255) = 55.81%

R = 31.29%
G = 12.9%
B = 55.81%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6128AD (or 0x6128AD) is known color: Purple Heart. HEX triplet: 61, 28 and AD. RGB value is (97,40,173). Sum of RGB (Red+Green+Blue) = 97+40+173=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #6128AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6128AD is #9ED752. Grayscale: #474747. Windows color (decimal): -10409811 or 11348065. OLE color: 11348065.

HSL color Cylindrical-coordinate representation of color #6128AD: hue angle of 265.71º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6128AD is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 40 173 -
CMYK 0.44 0.77 0 0.32
HSL 265.71º 0.62% 0.42% -
HSV(B) 265.71º 0.77% 0.68% -
XYZ 13.23 7.08 40.2 -
YUV 72.21 184.88 145.69 -
System Red Green Blue C M Y K H S L
Decimal 97 40 173 0.44 0.77 0 0.32 265.71 0.62 0.42
Hex 61 28 AD 2C 4D 0 20 10A 3E 2A
Octal 141 50 255 54 115 0 40 412 76 52
Binary 1100001 101000 10101101 101100 1001101 0 100000 100001010 111110 101010

Color Harmonies of #6128AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6128AD

Black with #6128AD

Text Example


Text Example

White with #6128AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6128AD; }

 p { color: rgb(97,40,173); }

 H1.HeaderClassName
 {
   color: #6128AD;
 }
 .AnyTagClassName
 {
   color: #6128AD;
 }
</style>

background-color css

<style>
 a { background-color: #6128AD; }

 a { background-color: rgb(97,40,173); }

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

border-color css

<style>
 span { border-color: #6128AD; }

 span { border-color: rgb(97,40,173); }

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