Html Css Color HEX #6013C1 Purple Heart

📋 copy color: '#6013C1'

red 96 ◦ green 19 ◦ blue 193

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

Shades of Purple Heart #6013C1

Tints of Purple Heart #6013C1

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.17%

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

R = 31.17%
G = 6.17%
B = 62.66%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6013C1 (or 0x6013C1) is known color: Purple Heart. HEX triplet: 60, 13 and C1. RGB value is (96,19,193). Sum of RGB (Red+Green+Blue) = 96+19+193=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #6013C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013C1 is #9FEC3E. Grayscale: #3D3D3D. Windows color (decimal): -10480703 or 12653408. OLE color: 12653408.

HSL color Cylindrical-coordinate representation of color #6013C1: hue angle of 266.55º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6013C1 is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 19 193 -
CMYK 0.50 0.90 0 0.24
HSL 266.55º 0.82% 0.42% -
HSV(B) 266.55º 0.9% 0.76% -
XYZ 14.68 6.8 50.99 -
YUV 61.86 202.01 152.35 -
System Red Green Blue C M Y K H S L
Decimal 96 19 193 0.50 0.90 0 0.24 266.55 0.82 0.42
Hex 60 13 C1 32 5A 0 18 10B 52 2A
Octal 140 23 301 62 132 0 30 413 122 52
Binary 1100000 10011 11000001 110010 1011010 0 11000 100001011 1010010 101010

Color Harmonies of #6013C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6013C1

Black with #6013C1

Text Example


Text Example

White with #6013C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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