Html Css Color HEX #431CAE Purple Heart

📋 copy color: '#431CAE'

red 67 ◦ green 28 ◦ blue 174

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

Shades of Purple Heart #431CAE

Tints of Purple Heart #431CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

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

R = 24.91%
G = 10.41%
B = 64.68%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#431CAE (or 0x431CAE) is known color: Purple Heart. HEX triplet: 43, 1C and AE. RGB value is (67,28,174). Sum of RGB (Red+Green+Blue) = 67+28+174=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #431CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431CAE is #BCE351. Grayscale: #373737. Windows color (decimal): -12378962 or 11410499. OLE color: 11410499.

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

Color convert

RGB 67 28 174 -
CMYK 0.61 0.84 0 0.32
HSL 256.03º 0.72% 0.4% -
HSV(B) 256.03º 0.84% 0.68% -
XYZ 10.37 5.08 40.48 -
YUV 56.31 194.42 135.63 -
System Red Green Blue C M Y K H S L
Decimal 67 28 174 0.61 0.84 0 0.32 256.03 0.72 0.4
Hex 43 1C AE 3D 54 0 20 100 48 28
Octal 103 34 256 75 124 0 40 400 110 50
Binary 1000011 11100 10101110 111101 1010100 0 100000 100000000 1001000 101000

Color Harmonies of #431CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431CAE

Black with #431CAE

Text Example


Text Example

White with #431CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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