Html Css Color HEX #431CD1 Purple Heart

📋 copy color: '#431CD1'

red 67 ◦ green 28 ◦ blue 209

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

Shades of Purple Heart #431CD1

Tints of Purple Heart #431CD1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.21%

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

R = 22.04%
G = 9.21%
B = 68.75%

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

#431CD1 (or 0x431CD1) is known color: Purple Heart. HEX triplet: 43, 1C and D1. RGB value is (67,28,209). Sum of RGB (Red+Green+Blue) = 67+28+209=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 209 (82.03% from 255 or 68.75% from 304); Max value from RGB is 209 - color contains mainly: blue. Hex color #431CD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431CD1 is #BCE32E. Grayscale: #3B3B3B. Windows color (decimal): -12378927 or 13704259. OLE color: 13704259.

HSL color Cylindrical-coordinate representation of color #431CD1: hue angle of 252.93º degrees, saturation: 0.76, 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 #431CD1 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 67 28 209 -
CMYK 0.68 0.87 0 0.18
HSL 252.93º 0.76% 0.46% -
HSV(B) 252.93º 0.87% 0.82% -
XYZ 14.24 6.63 60.85 -
YUV 60.3 211.92 132.78 -
System Red Green Blue C M Y K H S L
Decimal 67 28 209 0.68 0.87 0 0.18 252.93 0.76 0.46
Hex 43 1C D1 44 57 0 12 FD 4C 2E
Octal 103 34 321 104 127 0 22 375 114 56
Binary 1000011 11100 11010001 1000100 1010111 0 10010 11111101 1001100 101110

Color Harmonies of #431CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431CD1

Black with #431CD1

Text Example


Text Example

White with #431CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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