Html Css Color HEX #6003BA Purple Heart

📋 copy color: '#6003BA'

red 96 ◦ green 3 ◦ blue 186

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

Shades of Purple Heart #6003BA

Tints of Purple Heart #6003BA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 186 (73.05% from 255) = 65.26%

R = 33.68%
G = 1.05%
B = 65.26%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6003BA (or 0x6003BA) is known color: Purple Heart. HEX triplet: 60, 03 and BA. RGB value is (96,3,186). Sum of RGB (Red+Green+Blue) = 96+3+186=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #6003BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6003BA is #9FFC45. Grayscale: #333333. Windows color (decimal): -10484806 or 12190560. OLE color: 12190560.

HSL color Cylindrical-coordinate representation of color #6003BA: hue angle of 270.49º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6003BA is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 3 186 -
CMYK 0.48 0.98 0 0.27
HSL 270.49º 0.97% 0.37% -
HSV(B) 270.49º 0.98% 0.73% -
XYZ 13.72 6.1 46.91 -
YUV 51.67 203.81 159.62 -
System Red Green Blue C M Y K H S L
Decimal 96 3 186 0.48 0.98 0 0.27 270.49 0.97 0.37
Hex 60 3 BA 30 62 0 1B 10E 61 25
Octal 140 3 272 60 142 0 33 416 141 45
Binary 1100000 11 10111010 110000 1100010 0 11011 100001110 1100001 100101

Color Harmonies of #6003BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6003BA

Black with #6003BA

Text Example


Text Example

White with #6003BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6003BA; }

 p { color: rgb(96,3,186); }

 H1.HeaderClassName
 {
   color: #6003BA;
 }
 .AnyTagClassName
 {
   color: #6003BA;
 }
</style>

background-color css

<style>
 a { background-color: #6003BA; }

 a { background-color: rgb(96,3,186); }

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

border-color css

<style>
 span { border-color: #6003BA; }

 span { border-color: rgb(96,3,186); }

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