Html Css Color HEX #4003BA Purple Heart

📋 copy color: '#4003BA'

red 64 ◦ green 3 ◦ blue 186

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

Shades of Purple Heart #4003BA

Tints of Purple Heart #4003BA

RGB

 RED value IS 64 (25.39% from 255) = 25.3%

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

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

R = 25.3%
G = 1.19%
B = 73.52%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4003BA (or 0x4003BA) is known color: Purple Heart. HEX triplet: 40, 03 and BA. RGB value is (64,3,186). Sum of RGB (Red+Green+Blue) = 64+3+186=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 186 (73.05% from 255 or 73.52% from 253); Max value from RGB is 186 - color contains mainly: blue. Hex color #4003BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4003BA is #BFFC45. Grayscale: #292929. Windows color (decimal): -12581958 or 12190528. OLE color: 12190528.

HSL color Cylindrical-coordinate representation of color #4003BA: hue angle of 260º 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 #4003BA is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 3 186 -
CMYK 0.66 0.98 0 0.27
HSL 260º 0.97% 0.37% -
HSV(B) 260º 0.98% 0.73% -
XYZ 11.01 4.7 46.78 -
YUV 42.1 209.21 143.62 -
System Red Green Blue C M Y K H S L
Decimal 64 3 186 0.66 0.98 0 0.27 260 0.97 0.37
Hex 40 3 BA 42 62 0 1B 104 61 25
Octal 100 3 272 102 142 0 33 404 141 45
Binary 1000000 11 10111010 1000010 1100010 0 11011 100000100 1100001 100101

Color Harmonies of #4003BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4003BA

Black with #4003BA

Text Example


Text Example

White with #4003BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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