Html Css Color HEX #4023BA Purple Heart

📋 copy color: '#4023BA'

red 64 ◦ green 35 ◦ blue 186

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

Shades of Purple Heart #4023BA

Tints of Purple Heart #4023BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.28%

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

R = 22.46%
G = 12.28%
B = 65.26%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4023BA (or 0x4023BA) is known color: Purple Heart. HEX triplet: 40, 23 and BA. RGB value is (64,35,186). Sum of RGB (Red+Green+Blue) = 64+35+186=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 35 (14.06% from 255 or 12.28% 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 #4023BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4023BA is #BFDC45. Grayscale: #3C3C3C. Windows color (decimal): -12573766 or 12198720. OLE color: 12198720.

HSL color Cylindrical-coordinate representation of color #4023BA: hue angle of 251.52º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4023BA is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 35 186 -
CMYK 0.66 0.81 0 0.27
HSL 251.52º 0.68% 0.43% -
HSV(B) 251.52º 0.81% 0.73% -
XYZ 11.58 5.84 46.97 -
YUV 60.89 198.61 130.22 -
System Red Green Blue C M Y K H S L
Decimal 64 35 186 0.66 0.81 0 0.27 251.52 0.68 0.43
Hex 40 23 BA 42 51 0 1B FC 44 2B
Octal 100 43 272 102 121 0 33 374 104 53
Binary 1000000 100011 10111010 1000010 1010001 0 11011 11111100 1000100 101011

Color Harmonies of #4023BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4023BA

Black with #4023BA

Text Example


Text Example

White with #4023BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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