Html Css Color HEX #6013BD Purple Heart

📋 copy color: '#6013BD'

red 96 ◦ green 19 ◦ blue 189

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

Shades of Purple Heart #6013BD

Tints of Purple Heart #6013BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.17%

R = 31.58%
G = 6.25%
B = 62.17%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6013BD (or 0x6013BD) is known color: Purple Heart. HEX triplet: 60, 13 and BD. RGB value is (96,19,189). Sum of RGB (Red+Green+Blue) = 96+19+189=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #6013BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013BD is #9FEC42. Grayscale: #3C3C3C. Windows color (decimal): -10480707 or 12391264. OLE color: 12391264.

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

Color convert

RGB 96 19 189 -
CMYK 0.49 0.90 0 0.26
HSL 267.18º 0.82% 0.41% -
HSV(B) 267.18º 0.9% 0.74% -
XYZ 14.24 6.63 48.67 -
YUV 61.4 200.01 152.68 -
System Red Green Blue C M Y K H S L
Decimal 96 19 189 0.49 0.90 0 0.26 267.18 0.82 0.41
Hex 60 13 BD 31 5A 0 1A 10B 52 29
Octal 140 23 275 61 132 0 32 413 122 51
Binary 1100000 10011 10111101 110001 1011010 0 11010 100001011 1010010 101001

Color Harmonies of #6013BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6013BD

Black with #6013BD

Text Example


Text Example

White with #6013BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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