Html Css Color HEX #6013C3 Purple Heart

📋 copy color: '#6013C3'

red 96 ◦ green 19 ◦ blue 195

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

Shades of Purple Heart #6013C3

Tints of Purple Heart #6013C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 62.9%

R = 30.97%
G = 6.13%
B = 62.9%

CMYK

 C value IS 0.51

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6013C3 (or 0x6013C3) is known color: Purple Heart. HEX triplet: 60, 13 and C3. RGB value is (96,19,195). Sum of RGB (Red+Green+Blue) = 96+19+195=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 195 (76.56% from 255 or 62.90% from 310); Max value from RGB is 195 - color contains mainly: blue. Hex color #6013C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013C3 is #9FEC3C. Grayscale: #3D3D3D. Windows color (decimal): -10480701 or 12784480. OLE color: 12784480.

HSL color Cylindrical-coordinate representation of color #6013C3: hue angle of 266.25º 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 #6013C3 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 19 195 -
CMYK 0.51 0.90 0 0.24
HSL 266.25º 0.82% 0.42% -
HSV(B) 266.25º 0.9% 0.76% -
XYZ 14.91 6.89 52.17 -
YUV 62.09 203.01 152.19 -
System Red Green Blue C M Y K H S L
Decimal 96 19 195 0.51 0.90 0 0.24 266.25 0.82 0.42
Hex 60 13 C3 33 5A 0 18 10A 52 2A
Octal 140 23 303 63 132 0 30 412 122 52
Binary 1100000 10011 11000011 110011 1011010 0 11000 100001010 1010010 101010

Color Harmonies of #6013C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6013C3

Black with #6013C3

Text Example


Text Example

White with #6013C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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