Html Css Color HEX #431FD1 Purple Heart

📋 copy color: '#431FD1'

red 67 ◦ green 31 ◦ blue 209

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

Shades of Purple Heart #431FD1

Tints of Purple Heart #431FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 68.08%

R = 21.82%
G = 10.1%
B = 68.08%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#431FD1 (or 0x431FD1) is known color: Purple Heart. HEX triplet: 43, 1F and D1. RGB value is (67,31,209). Sum of RGB (Red+Green+Blue) = 67+31+209=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 209 (82.03% from 255 or 68.08% from 307); Max value from RGB is 209 - color contains mainly: blue. Hex color #431FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FD1 is #BCE02E. Grayscale: #3D3D3D. Windows color (decimal): -12378159 or 13705027. OLE color: 13705027.

HSL color Cylindrical-coordinate representation of color #431FD1: hue angle of 252.13º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431FD1 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 67 31 209 -
CMYK 0.68 0.85 0 0.18
HSL 252.13º 0.74% 0.47% -
HSV(B) 252.13º 0.85% 0.82% -
XYZ 14.31 6.78 60.88 -
YUV 62.06 210.93 131.53 -
System Red Green Blue C M Y K H S L
Decimal 67 31 209 0.68 0.85 0 0.18 252.13 0.74 0.47
Hex 43 1F D1 44 55 0 12 FC 4A 2F
Octal 103 37 321 104 125 0 22 374 112 57
Binary 1000011 11111 11010001 1000100 1010101 0 10010 11111100 1001010 101111

Color Harmonies of #431FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431FD1

Black with #431FD1

Text Example


Text Example

White with #431FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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