Html Css Color HEX #4328BA Purple Heart

📋 copy color: '#4328BA'

red 67 ◦ green 40 ◦ blue 186

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

Shades of Purple Heart #4328BA

Tints of Purple Heart #4328BA

RGB

 RED value IS 67 (26.56% from 255) = 22.87%

 GREEN value IS 40 (16.02% from 255) = 13.65%

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

R = 22.87%
G = 13.65%
B = 63.48%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4328BA (or 0x4328BA) is known color: Purple Heart. HEX triplet: 43, 28 and BA. RGB value is (67,40,186). Sum of RGB (Red+Green+Blue) = 67+40+186=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #4328BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4328BA is #BCD745. Grayscale: #404040. Windows color (decimal): -12375878 or 12200003. OLE color: 12200003.

HSL color Cylindrical-coordinate representation of color #4328BA: hue angle of 251.1º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4328BA is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 67 40 186 -
CMYK 0.64 0.78 0 0.27
HSL 251.1º 0.65% 0.44% -
HSV(B) 251.1º 0.78% 0.73% -
XYZ 11.94 6.26 47.03 -
YUV 64.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 67 40 186 0.64 0.78 0 0.27 251.1 0.65 0.44
Hex 43 28 BA 40 4E 0 1B FB 41 2C
Octal 103 50 272 100 116 0 33 373 101 54
Binary 1000011 101000 10111010 1000000 1001110 0 11011 11111011 1000001 101100

Color Harmonies of #4328BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4328BA

Black with #4328BA

Text Example


Text Example

White with #4328BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,40,186); }

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

background-color css

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

 a { background-color: rgb(67,40,186); }

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

border-color css

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

 span { border-color: rgb(67,40,186); }

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