Html Css Color HEX #4313AC Purple Heart

📋 copy color: '#4313AC'

red 67 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #4313AC

Tints of Purple Heart #4313AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 172 (67.58% from 255) = 66.67%

R = 25.97%
G = 7.36%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4313AC (or 0x4313AC) is known color: Purple Heart. HEX triplet: 43, 13 and AC. RGB value is (67,19,172). Sum of RGB (Red+Green+Blue) = 67+19+172=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #4313AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4313AC is #BCEC53. Grayscale: #323232. Windows color (decimal): -12381268 or 11277123. OLE color: 11277123.

HSL color Cylindrical-coordinate representation of color #4313AC: hue angle of 258.82º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4313AC is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 19 172 -
CMYK 0.61 0.89 0 0.33
HSL 258.82º 0.8% 0.37% -
HSV(B) 258.82º 0.89% 0.67% -
XYZ 9.99 4.64 39.4 -
YUV 50.79 196.4 139.56 -
System Red Green Blue C M Y K H S L
Decimal 67 19 172 0.61 0.89 0 0.33 258.82 0.8 0.37
Hex 43 13 AC 3D 59 0 21 103 50 25
Octal 103 23 254 75 131 0 41 403 120 45
Binary 1000011 10011 10101100 111101 1011001 0 100001 100000011 1010000 100101

Color Harmonies of #4313AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4313AC

Black with #4313AC

Text Example


Text Example

White with #4313AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4313AC; }

 p { color: rgb(67,19,172); }

 H1.HeaderClassName
 {
   color: #4313AC;
 }
 .AnyTagClassName
 {
   color: #4313AC;
 }
</style>

background-color css

<style>
 a { background-color: #4313AC; }

 a { background-color: rgb(67,19,172); }

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

border-color css

<style>
 span { border-color: #4313AC; }

 span { border-color: rgb(67,19,172); }

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