Html Css Color HEX #431AAF Purple Heart

📋 copy color: '#431AAF'

red 67 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #431AAF

Tints of Purple Heart #431AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.7%

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

R = 25%
G = 9.7%
B = 65.3%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#431AAF (or 0x431AAF) is known color: Purple Heart. HEX triplet: 43, 1A and AF. RGB value is (67,26,175). Sum of RGB (Red+Green+Blue) = 67+26+175=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #431AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431AAF is #BCE550. Grayscale: #363636. Windows color (decimal): -12379473 or 11475523. OLE color: 11475523.

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

Color convert

RGB 67 26 175 -
CMYK 0.62 0.85 0 0.31
HSL 256.51º 0.74% 0.39% -
HSV(B) 256.51º 0.85% 0.69% -
XYZ 10.42 5.03 40.98 -
YUV 55.25 195.58 136.38 -
System Red Green Blue C M Y K H S L
Decimal 67 26 175 0.62 0.85 0 0.31 256.51 0.74 0.39
Hex 43 1A AF 3E 55 0 1F 101 4A 27
Octal 103 32 257 76 125 0 37 401 112 47
Binary 1000011 11010 10101111 111110 1010101 0 11111 100000001 1001010 100111

Color Harmonies of #431AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431AAF

Black with #431AAF

Text Example


Text Example

White with #431AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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