Html Css Color HEX #6029AD Purple Heart

📋 copy color: '#6029AD'

red 96 ◦ green 41 ◦ blue 173

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

Shades of Purple Heart #6029AD

Tints of Purple Heart #6029AD

RGB

 RED value IS 96 (37.89% from 255) = 30.97%

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

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

R = 30.97%
G = 13.23%
B = 55.81%

CMYK

 C value IS 0.45

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6029AD (or 0x6029AD) is known color: Purple Heart. HEX triplet: 60, 29 and AD. RGB value is (96,41,173). Sum of RGB (Red+Green+Blue) = 96+41+173=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 41 (16.41% from 255 or 13.23% 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 #6029AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6029AD is #9FD652. Grayscale: #484848. Windows color (decimal): -10475091 or 11348320. OLE color: 11348320.

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

Color convert

RGB 96 41 173 -
CMYK 0.45 0.76 0 0.32
HSL 265º 0.62% 0.42% -
HSV(B) 265º 0.76% 0.68% -
XYZ 13.16 7.09 40.21 -
YUV 72.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 96 41 173 0.45 0.76 0 0.32 265 0.62 0.42
Hex 60 29 AD 2D 4C 0 20 109 3E 2A
Octal 140 51 255 55 114 0 40 411 76 52
Binary 1100000 101001 10101101 101101 1001100 0 100000 100001001 111110 101010

Color Harmonies of #6029AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6029AD

Black with #6029AD

Text Example


Text Example

White with #6029AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,41,173); }

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

background-color css

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

 a { background-color: rgb(96,41,173); }

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

border-color css

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

 span { border-color: rgb(96,41,173); }

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