Html Css Color HEX #431BD1 Purple Heart

📋 copy color: '#431BD1'

red 67 ◦ green 27 ◦ blue 209

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

Shades of Purple Heart #431BD1

Tints of Purple Heart #431BD1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.91%

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

R = 22.11%
G = 8.91%
B = 68.98%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#431BD1 (or 0x431BD1) is known color: Purple Heart. HEX triplet: 43, 1B and D1. RGB value is (67,27,209). Sum of RGB (Red+Green+Blue) = 67+27+209=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 209 (82.03% from 255 or 68.98% from 303); Max value from RGB is 209 - color contains mainly: blue. Hex color #431BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431BD1 is #BCE42E. Grayscale: #3B3B3B. Windows color (decimal): -12379183 or 13704003. OLE color: 13704003.

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

Color convert

RGB 67 27 209 -
CMYK 0.68 0.87 0 0.18
HSL 253.19º 0.77% 0.46% -
HSV(B) 253.19º 0.87% 0.82% -
XYZ 14.22 6.58 60.84 -
YUV 59.71 212.25 133.2 -
System Red Green Blue C M Y K H S L
Decimal 67 27 209 0.68 0.87 0 0.18 253.19 0.77 0.46
Hex 43 1B D1 44 57 0 12 FD 4D 2E
Octal 103 33 321 104 127 0 22 375 115 56
Binary 1000011 11011 11010001 1000100 1010111 0 10010 11111101 1001101 101110

Color Harmonies of #431BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431BD1

Black with #431BD1

Text Example


Text Example

White with #431BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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