Html Css Color HEX #431CAD Purple Heart

📋 copy color: '#431CAD'

red 67 ◦ green 28 ◦ blue 173

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

Shades of Purple Heart #431CAD

Tints of Purple Heart #431CAD

RGB

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

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

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

R = 25%
G = 10.45%
B = 64.55%

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

#431CAD (or 0x431CAD) is known color: Purple Heart. HEX triplet: 43, 1C and AD. RGB value is (67,28,173). Sum of RGB (Red+Green+Blue) = 67+28+173=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #431CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431CAD is #BCE352. Grayscale: #373737. Windows color (decimal): -12378963 or 11344963. OLE color: 11344963.

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

Color convert

RGB 67 28 173 -
CMYK 0.61 0.84 0 0.32
HSL 256.14º 0.72% 0.39% -
HSV(B) 256.14º 0.84% 0.68% -
XYZ 10.27 5.04 39.97 -
YUV 56.19 193.92 135.71 -
System Red Green Blue C M Y K H S L
Decimal 67 28 173 0.61 0.84 0 0.32 256.14 0.72 0.39
Hex 43 1C AD 3D 54 0 20 100 48 27
Octal 103 34 255 75 124 0 40 400 110 47
Binary 1000011 11100 10101101 111101 1010100 0 100000 100000000 1001000 100111

Color Harmonies of #431CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431CAD

Black with #431CAD

Text Example


Text Example

White with #431CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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