Html Css Color HEX #6013C0 Purple Heart

📋 copy color: '#6013C0'

red 96 ◦ green 19 ◦ blue 192

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

Shades of Purple Heart #6013C0

Tints of Purple Heart #6013C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 62.54%

R = 31.27%
G = 6.19%
B = 62.54%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6013C0 (or 0x6013C0) is known color: Purple Heart. HEX triplet: 60, 13 and C0. RGB value is (96,19,192). Sum of RGB (Red+Green+Blue) = 96+19+192=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 192 (75.39% from 255 or 62.54% from 307); Max value from RGB is 192 - color contains mainly: blue. Hex color #6013C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013C0 is #9FEC3F. Grayscale: #3D3D3D. Windows color (decimal): -10480704 or 12587872. OLE color: 12587872.

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

Color convert

RGB 96 19 192 -
CMYK 0.50 0.90 0 0.25
HSL 266.71º 0.82% 0.41% -
HSV(B) 266.71º 0.9% 0.75% -
XYZ 14.57 6.76 50.41 -
YUV 61.75 201.51 152.43 -
System Red Green Blue C M Y K H S L
Decimal 96 19 192 0.50 0.90 0 0.25 266.71 0.82 0.41
Hex 60 13 C0 32 5A 0 19 10B 52 29
Octal 140 23 300 62 132 0 31 413 122 51
Binary 1100000 10011 11000000 110010 1011010 0 11001 100001011 1010010 101001

Color Harmonies of #6013C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6013C0

Black with #6013C0

Text Example


Text Example

White with #6013C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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