Html Css Color HEX #431DAF Purple Heart

📋 copy color: '#431DAF'

red 67 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #431DAF

Tints of Purple Heart #431DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.7%

 BLUE value IS 175 (68.75% from 255) = 64.58%

R = 24.72%
G = 10.7%
B = 64.58%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#431DAF (or 0x431DAF) is known color: Purple Heart. HEX triplet: 43, 1D and AF. RGB value is (67,29,175). Sum of RGB (Red+Green+Blue) = 67+29+175=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #431DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431DAF is #BCE250. Grayscale: #383838. Windows color (decimal): -12378705 or 11476291. OLE color: 11476291.

HSL color Cylindrical-coordinate representation of color #431DAF: hue angle of 255.62º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431DAF is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 67 29 175 -
CMYK 0.62 0.83 0 0.31
HSL 255.62º 0.72% 0.4% -
HSV(B) 255.62º 0.83% 0.69% -
XYZ 10.49 5.17 41 -
YUV 57.01 194.59 135.13 -
System Red Green Blue C M Y K H S L
Decimal 67 29 175 0.62 0.83 0 0.31 255.62 0.72 0.4
Hex 43 1D AF 3E 53 0 1F 100 48 28
Octal 103 35 257 76 123 0 37 400 110 50
Binary 1000011 11101 10101111 111110 1010011 0 11111 100000000 1001000 101000

Color Harmonies of #431DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431DAF

Black with #431DAF

Text Example


Text Example

White with #431DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,29,175); }

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

background-color css

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

 a { background-color: rgb(67,29,175); }

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

border-color css

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

 span { border-color: rgb(67,29,175); }

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