Html Css Color HEX #4320AE Purple Heart

📋 copy color: '#4320AE'

red 67 ◦ green 32 ◦ blue 174

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

Shades of Purple Heart #4320AE

Tints of Purple Heart #4320AE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

 BLUE value IS 174 (68.36% from 255) = 63.74%

R = 24.54%
G = 11.72%
B = 63.74%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4320AE (or 0x4320AE) is known color: Purple Heart. HEX triplet: 43, 20 and AE. RGB value is (67,32,174). Sum of RGB (Red+Green+Blue) = 67+32+174=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #4320AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4320AE is #BCDF51. Grayscale: #3A3A3A. Windows color (decimal): -12377938 or 11411523. OLE color: 11411523.

HSL color Cylindrical-coordinate representation of color #4320AE: hue angle of 254.79º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4320AE is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 67 32 174 -
CMYK 0.61 0.82 0 0.32
HSL 254.79º 0.69% 0.4% -
HSV(B) 254.79º 0.82% 0.68% -
XYZ 10.47 5.28 40.51 -
YUV 58.65 193.1 133.95 -
System Red Green Blue C M Y K H S L
Decimal 67 32 174 0.61 0.82 0 0.32 254.79 0.69 0.4
Hex 43 20 AE 3D 52 0 20 FF 45 28
Octal 103 40 256 75 122 0 40 377 105 50
Binary 1000011 100000 10101110 111101 1010010 0 100000 11111111 1000101 101000

Color Harmonies of #4320AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4320AE

Black with #4320AE

Text Example


Text Example

White with #4320AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4320AE; }

 p { color: rgb(67,32,174); }

 H1.HeaderClassName
 {
   color: #4320AE;
 }
 .AnyTagClassName
 {
   color: #4320AE;
 }
</style>

background-color css

<style>
 a { background-color: #4320AE; }

 a { background-color: rgb(67,32,174); }

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

border-color css

<style>
 span { border-color: #4320AE; }

 span { border-color: rgb(67,32,174); }

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