Html Css Color HEX #431FBC Purple Heart

📋 copy color: '#431FBC'

red 67 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #431FBC

Tints of Purple Heart #431FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.73%

R = 23.43%
G = 10.84%
B = 65.73%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#431FBC (or 0x431FBC) is known color: Purple Heart. HEX triplet: 43, 1F and BC. RGB value is (67,31,188). Sum of RGB (Red+Green+Blue) = 67+31+188=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #431FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #431FBC is #BCE043. Grayscale: #3B3B3B. Windows color (decimal): -12378180 or 12328771. OLE color: 12328771.

HSL color Cylindrical-coordinate representation of color #431FBC: hue angle of 253.76º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431FBC is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 31 188 -
CMYK 0.64 0.84 0 0.26
HSL 253.76º 0.72% 0.43% -
HSV(B) 253.76º 0.84% 0.74% -
XYZ 11.88 5.8 48.07 -
YUV 59.66 200.43 133.23 -
System Red Green Blue C M Y K H S L
Decimal 67 31 188 0.64 0.84 0 0.26 253.76 0.72 0.43
Hex 43 1F BC 40 54 0 1A FE 48 2B
Octal 103 37 274 100 124 0 32 376 110 53
Binary 1000011 11111 10111100 1000000 1010100 0 11010 11111110 1001000 101011

Color Harmonies of #431FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431FBC

Black with #431FBC

Text Example


Text Example

White with #431FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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