Html Css Color HEX #4328BC Purple Heart

📋 copy color: '#4328BC'

red 67 ◦ green 40 ◦ blue 188

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

Shades of Purple Heart #4328BC

Tints of Purple Heart #4328BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.73%

R = 22.71%
G = 13.56%
B = 63.73%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4328BC (or 0x4328BC) is known color: Purple Heart. HEX triplet: 43, 28 and BC. RGB value is (67,40,188). Sum of RGB (Red+Green+Blue) = 67+40+188=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #4328BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4328BC is #BCD743. Grayscale: #404040. Windows color (decimal): -12375876 or 12331075. OLE color: 12331075.

HSL color Cylindrical-coordinate representation of color #4328BC: hue angle of 250.95º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4328BC is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 40 188 -
CMYK 0.64 0.79 0 0.26
HSL 250.95º 0.65% 0.45% -
HSV(B) 250.95º 0.79% 0.74% -
XYZ 12.15 6.34 48.16 -
YUV 64.95 197.45 129.47 -
System Red Green Blue C M Y K H S L
Decimal 67 40 188 0.64 0.79 0 0.26 250.95 0.65 0.45
Hex 43 28 BC 40 4F 0 1A FB 41 2D
Octal 103 50 274 100 117 0 32 373 101 55
Binary 1000011 101000 10111100 1000000 1001111 0 11010 11111011 1000001 101101

Color Harmonies of #4328BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4328BC

Black with #4328BC

Text Example


Text Example

White with #4328BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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