Html Css Color HEX #4318AD Purple Heart

📋 copy color: '#4318AD'

red 67 ◦ green 24 ◦ blue 173

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

Shades of Purple Heart #4318AD

Tints of Purple Heart #4318AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

 BLUE value IS 173 (67.97% from 255) = 65.53%

R = 25.38%
G = 9.09%
B = 65.53%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4318AD (or 0x4318AD) is known color: Purple Heart. HEX triplet: 43, 18 and AD. RGB value is (67,24,173). Sum of RGB (Red+Green+Blue) = 67+24+173=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #4318AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4318AD is #BCE752. Grayscale: #353535. Windows color (decimal): -12379987 or 11343939. OLE color: 11343939.

HSL color Cylindrical-coordinate representation of color #4318AD: hue angle of 257.32º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4318AD is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 67 24 173 -
CMYK 0.61 0.86 0 0.32
HSL 257.32º 0.76% 0.39% -
HSV(B) 257.32º 0.86% 0.68% -
XYZ 10.18 4.86 39.94 -
YUV 53.84 195.25 137.38 -
System Red Green Blue C M Y K H S L
Decimal 67 24 173 0.61 0.86 0 0.32 257.32 0.76 0.39
Hex 43 18 AD 3D 56 0 20 101 4C 27
Octal 103 30 255 75 126 0 40 401 114 47
Binary 1000011 11000 10101101 111101 1010110 0 100000 100000001 1001100 100111

Color Harmonies of #4318AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4318AD

Black with #4318AD

Text Example


Text Example

White with #4318AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4318AD; }

 p { color: rgb(67,24,173); }

 H1.HeaderClassName
 {
   color: #4318AD;
 }
 .AnyTagClassName
 {
   color: #4318AD;
 }
</style>

background-color css

<style>
 a { background-color: #4318AD; }

 a { background-color: rgb(67,24,173); }

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

border-color css

<style>
 span { border-color: #4318AD; }

 span { border-color: rgb(67,24,173); }

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