Html Css Color HEX #6013DA Purple Heart

📋 copy color: '#6013DA'

red 96 ◦ green 19 ◦ blue 218

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

Shades of Purple Heart #6013DA

Tints of Purple Heart #6013DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.47%

R = 28.83%
G = 5.71%
B = 65.47%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6013DA (or 0x6013DA) is known color: Purple Heart. HEX triplet: 60, 13 and DA. RGB value is (96,19,218). Sum of RGB (Red+Green+Blue) = 96+19+218=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #6013DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013DA is #9FEC25. Grayscale: #3F3F3F. Windows color (decimal): -10480678 or 14291808. OLE color: 14291808.

HSL color Cylindrical-coordinate representation of color #6013DA: hue angle of 263.22º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6013DA is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 19 218 -
CMYK 0.56 0.91 0 0.15
HSL 263.22º 0.84% 0.46% -
HSV(B) 263.22º 0.91% 0.85% -
XYZ 17.71 8.01 66.94 -
YUV 64.71 214.51 150.32 -
System Red Green Blue C M Y K H S L
Decimal 96 19 218 0.56 0.91 0 0.15 263.22 0.84 0.46
Hex 60 13 DA 38 5B 0 F 107 54 2E
Octal 140 23 332 70 133 0 17 407 124 56
Binary 1100000 10011 11011010 111000 1011011 0 1111 100000111 1010100 101110

Color Harmonies of #6013DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6013DA

Black with #6013DA

Text Example


Text Example

White with #6013DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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