Html Css Color HEX #6031AC Purple Heart

📋 copy color: '#6031AC'

red 96 ◦ green 49 ◦ blue 172

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

Shades of Purple Heart #6031AC

Tints of Purple Heart #6031AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.26%

R = 30.28%
G = 15.46%
B = 54.26%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6031AC (or 0x6031AC) is known color: Purple Heart. HEX triplet: 60, 31 and AC. RGB value is (96,49,172). Sum of RGB (Red+Green+Blue) = 96+49+172=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #6031AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6031AC is #9FCE53. Grayscale: #4C4C4C. Windows color (decimal): -10473044 or 11284832. OLE color: 11284832.

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

Color convert

RGB 96 49 172 -
CMYK 0.44 0.72 0 0.33
HSL 262.93º 0.56% 0.43% -
HSV(B) 262.93º 0.72% 0.67% -
XYZ 13.37 7.66 39.8 -
YUV 77.08 181.57 141.5 -
System Red Green Blue C M Y K H S L
Decimal 96 49 172 0.44 0.72 0 0.33 262.93 0.56 0.43
Hex 60 31 AC 2C 48 0 21 107 38 2B
Octal 140 61 254 54 110 0 41 407 70 53
Binary 1100000 110001 10101100 101100 1001000 0 100001 100000111 111000 101011

Color Harmonies of #6031AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6031AC

Black with #6031AC

Text Example


Text Example

White with #6031AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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