Html Css Color HEX #431EAD Purple Heart

📋 copy color: '#431EAD'

red 67 ◦ green 30 ◦ blue 173

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

Shades of Purple Heart #431EAD

Tints of Purple Heart #431EAD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.11%

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

R = 24.81%
G = 11.11%
B = 64.07%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#431EAD (or 0x431EAD) is known color: Purple Heart. HEX triplet: 43, 1E and AD. RGB value is (67,30,173). Sum of RGB (Red+Green+Blue) = 67+30+173=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #431EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431EAD is #BCE152. Grayscale: #383838. Windows color (decimal): -12378451 or 11345475. OLE color: 11345475.

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

Color convert

RGB 67 30 173 -
CMYK 0.61 0.83 0 0.32
HSL 255.52º 0.7% 0.4% -
HSV(B) 255.52º 0.83% 0.68% -
XYZ 10.32 5.14 39.98 -
YUV 57.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 67 30 173 0.61 0.83 0 0.32 255.52 0.7 0.4
Hex 43 1E AD 3D 53 0 20 100 46 28
Octal 103 36 255 75 123 0 40 400 106 50
Binary 1000011 11110 10101101 111101 1010011 0 100000 100000000 1000110 101000

Color Harmonies of #431EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431EAD

Black with #431EAD

Text Example


Text Example

White with #431EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431EAD; }

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

 H1.HeaderClassName
 {
   color: #431EAD;
 }
 .AnyTagClassName
 {
   color: #431EAD;
 }
</style>

background-color css

<style>
 a { background-color: #431EAD; }

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

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

border-color css

<style>
 span { border-color: #431EAD; }

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

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