Html Css Color HEX #431FD0 Purple Heart

📋 copy color: '#431FD0'

red 67 ◦ green 31 ◦ blue 208

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

Shades of Purple Heart #431FD0

Tints of Purple Heart #431FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 67.97%

R = 21.9%
G = 10.13%
B = 67.97%

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

#431FD0 (or 0x431FD0) is known color: Purple Heart. HEX triplet: 43, 1F and D0. RGB value is (67,31,208). Sum of RGB (Red+Green+Blue) = 67+31+208=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 208 (81.64% from 255 or 67.97% from 306); Max value from RGB is 208 - color contains mainly: blue. Hex color #431FD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FD0 is #BCE02F. Grayscale: #3D3D3D. Windows color (decimal): -12378160 or 13639491. OLE color: 13639491.

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

Color convert

RGB 67 31 208 -
CMYK 0.68 0.85 0 0.18
HSL 252.2º 0.74% 0.47% -
HSV(B) 252.2º 0.85% 0.82% -
XYZ 14.19 6.73 60.23 -
YUV 61.94 210.43 131.61 -
System Red Green Blue C M Y K H S L
Decimal 67 31 208 0.68 0.85 0 0.18 252.2 0.74 0.47
Hex 43 1F D0 44 55 0 12 FC 4A 2F
Octal 103 37 320 104 125 0 22 374 112 57
Binary 1000011 11111 11010000 1000100 1010101 0 10010 11111100 1001010 101111

Color Harmonies of #431FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431FD0

Black with #431FD0

Text Example


Text Example

White with #431FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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