Html Css Color HEX #4314AB Purple Heart

📋 copy color: '#4314AB'

red 67 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #4314AB

Tints of Purple Heart #4314AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

 BLUE value IS 171 (67.19% from 255) = 66.28%

R = 25.97%
G = 7.75%
B = 66.28%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4314AB (or 0x4314AB) is known color: Purple Heart. HEX triplet: 43, 14 and AB. RGB value is (67,20,171). Sum of RGB (Red+Green+Blue) = 67+20+171=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #4314AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4314AB is #BCEB54. Grayscale: #323232. Windows color (decimal): -12381013 or 11211843. OLE color: 11211843.

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

Color convert

RGB 67 20 171 -
CMYK 0.61 0.88 0 0.33
HSL 258.68º 0.79% 0.37% -
HSV(B) 258.68º 0.88% 0.67% -
XYZ 9.92 4.63 38.9 -
YUV 51.27 195.57 139.22 -
System Red Green Blue C M Y K H S L
Decimal 67 20 171 0.61 0.88 0 0.33 258.68 0.79 0.37
Hex 43 14 AB 3D 58 0 21 103 4F 25
Octal 103 24 253 75 130 0 41 403 117 45
Binary 1000011 10100 10101011 111101 1011000 0 100001 100000011 1001111 100101

Color Harmonies of #4314AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4314AB

Black with #4314AB

Text Example


Text Example

White with #4314AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4314AB; }

 p { color: rgb(67,20,171); }

 H1.HeaderClassName
 {
   color: #4314AB;
 }
 .AnyTagClassName
 {
   color: #4314AB;
 }
</style>

background-color css

<style>
 a { background-color: #4314AB; }

 a { background-color: rgb(67,20,171); }

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

border-color css

<style>
 span { border-color: #4314AB; }

 span { border-color: rgb(67,20,171); }

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