Html Css Color HEX #6031AD Purple Heart

📋 copy color: '#6031AD'

red 96 ◦ green 49 ◦ blue 173

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

Shades of Purple Heart #6031AD

Tints of Purple Heart #6031AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.41%

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

R = 30.19%
G = 15.41%
B = 54.4%

CMYK

 C value IS 0.45

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6031AD (or 0x6031AD) is known color: Purple Heart. HEX triplet: 60, 31 and AD. RGB value is (96,49,173). Sum of RGB (Red+Green+Blue) = 96+49+173=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #6031AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6031AD is #9FCE52. Grayscale: #4C4C4C. Windows color (decimal): -10473043 or 11350368. OLE color: 11350368.

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

Color convert

RGB 96 49 173 -
CMYK 0.45 0.72 0 0.32
HSL 262.74º 0.56% 0.44% -
HSV(B) 262.74º 0.72% 0.68% -
XYZ 13.47 7.7 40.31 -
YUV 77.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 96 49 173 0.45 0.72 0 0.32 262.74 0.56 0.44
Hex 60 31 AD 2D 48 0 20 107 38 2C
Octal 140 61 255 55 110 0 40 407 70 54
Binary 1100000 110001 10101101 101101 1001000 0 100000 100000111 111000 101100

Color Harmonies of #6031AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6031AD

Black with #6031AD

Text Example


Text Example

White with #6031AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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