Html Css Color HEX #431FAF Purple Heart

📋 copy color: '#431FAF'

red 67 ◦ green 31 ◦ blue 175

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

Shades of Purple Heart #431FAF

Tints of Purple Heart #431FAF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.36%

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

R = 24.54%
G = 11.36%
B = 64.1%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#431FAF (or 0x431FAF) is known color: Purple Heart. HEX triplet: 43, 1F and AF. RGB value is (67,31,175). Sum of RGB (Red+Green+Blue) = 67+31+175=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #431FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431FAF is #BCE050. Grayscale: #393939. Windows color (decimal): -12378193 or 11476803. OLE color: 11476803.

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

Color convert

RGB 67 31 175 -
CMYK 0.62 0.82 0 0.31
HSL 255º 0.7% 0.4% -
HSV(B) 255º 0.82% 0.69% -
XYZ 10.54 5.27 41.02 -
YUV 58.18 193.93 134.29 -
System Red Green Blue C M Y K H S L
Decimal 67 31 175 0.62 0.82 0 0.31 255 0.7 0.4
Hex 43 1F AF 3E 52 0 1F FF 46 28
Octal 103 37 257 76 122 0 37 377 106 50
Binary 1000011 11111 10101111 111110 1010010 0 11111 11111111 1000110 101000

Color Harmonies of #431FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431FAF

Black with #431FAF

Text Example


Text Example

White with #431FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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