Html Css Color HEX #481FBC Purple Heart

📋 copy color: '#481FBC'

red 72 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #481FBC

Tints of Purple Heart #481FBC

RGB

 RED value IS 72 (28.52% from 255) = 24.74%

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

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

R = 24.74%
G = 10.65%
B = 64.6%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#481FBC (or 0x481FBC) is known color: Purple Heart. HEX triplet: 48, 1F and BC. RGB value is (72,31,188). Sum of RGB (Red+Green+Blue) = 72+31+188=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #481FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481FBC is #B7E043. Grayscale: #3C3C3C. Windows color (decimal): -12050500 or 12328776. OLE color: 12328776.

HSL color Cylindrical-coordinate representation of color #481FBC: hue angle of 255.67º 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 #481FBC is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 31 188 -
CMYK 0.62 0.84 0 0.26
HSL 255.67º 0.72% 0.43% -
HSV(B) 255.67º 0.84% 0.74% -
XYZ 12.24 5.99 48.09 -
YUV 61.16 199.58 135.73 -
System Red Green Blue C M Y K H S L
Decimal 72 31 188 0.62 0.84 0 0.26 255.67 0.72 0.43
Hex 48 1F BC 3E 54 0 1A 100 48 2B
Octal 110 37 274 76 124 0 32 400 110 53
Binary 1001000 11111 10111100 111110 1010100 0 11010 100000000 1001000 101011

Color Harmonies of #481FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FBC

Black with #481FBC

Text Example


Text Example

White with #481FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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