Html Css Color HEX #6013B4 Purple Heart

📋 copy color: '#6013B4'

red 96 ◦ green 19 ◦ blue 180

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

Shades of Purple Heart #6013B4

Tints of Purple Heart #6013B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 61.02%

R = 32.54%
G = 6.44%
B = 61.02%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6013B4 (or 0x6013B4) is known color: Purple Heart. HEX triplet: 60, 13 and B4. RGB value is (96,19,180). Sum of RGB (Red+Green+Blue) = 96+19+180=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #6013B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013B4 is #9FEC4B. Grayscale: #3B3B3B. Windows color (decimal): -10480716 or 11801440. OLE color: 11801440.

HSL color Cylindrical-coordinate representation of color #6013B4: hue angle of 268.7º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6013B4 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 19 180 -
CMYK 0.47 0.89 0 0.29
HSL 268.7º 0.81% 0.39% -
HSV(B) 268.7º 0.89% 0.71% -
XYZ 13.29 6.25 43.69 -
YUV 60.38 195.51 153.41 -
System Red Green Blue C M Y K H S L
Decimal 96 19 180 0.47 0.89 0 0.29 268.7 0.81 0.39
Hex 60 13 B4 2F 59 0 1D 10D 51 27
Octal 140 23 264 57 131 0 35 415 121 47
Binary 1100000 10011 10110100 101111 1011001 0 11101 100001101 1010001 100111

Color Harmonies of #6013B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6013B4

Black with #6013B4

Text Example


Text Example

White with #6013B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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