Html Css Color HEX #6031C1 Purple Heart

📋 copy color: '#6031C1'

red 96 ◦ green 49 ◦ blue 193

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

Shades of Purple Heart #6031C1

Tints of Purple Heart #6031C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 57.1%

R = 28.4%
G = 14.5%
B = 57.1%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6031C1 (or 0x6031C1) is known color: Purple Heart. HEX triplet: 60, 31 and C1. RGB value is (96,49,193). Sum of RGB (Red+Green+Blue) = 96+49+193=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #6031C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6031C1 is #9FCE3E. Grayscale: #4E4E4E. Windows color (decimal): -10473023 or 12661088. OLE color: 12661088.

HSL color Cylindrical-coordinate representation of color #6031C1: hue angle of 259.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6031C1 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 49 193 -
CMYK 0.50 0.75 0 0.24
HSL 259.58º 0.6% 0.47% -
HSV(B) 259.58º 0.75% 0.76% -
XYZ 15.55 8.53 51.28 -
YUV 79.47 192.07 139.79 -
System Red Green Blue C M Y K H S L
Decimal 96 49 193 0.50 0.75 0 0.24 259.58 0.6 0.47
Hex 60 31 C1 32 4B 0 18 104 3C 2F
Octal 140 61 301 62 113 0 30 404 74 57
Binary 1100000 110001 11000001 110010 1001011 0 11000 100000100 111100 101111

Color Harmonies of #6031C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6031C1

Black with #6031C1

Text Example


Text Example

White with #6031C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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