Html Css Color HEX #481CBE Purple Heart

📋 copy color: '#481CBE'

red 72 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #481CBE

Tints of Purple Heart #481CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.52%

R = 24.83%
G = 9.66%
B = 65.52%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#481CBE (or 0x481CBE) is known color: Purple Heart. HEX triplet: 48, 1C and BE. RGB value is (72,28,190). Sum of RGB (Red+Green+Blue) = 72+28+190=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #481CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481CBE is #B7E341. Grayscale: #3B3B3B. Windows color (decimal): -12051266 or 12459080. OLE color: 12459080.

HSL color Cylindrical-coordinate representation of color #481CBE: hue angle of 256.3º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481CBE is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 28 190 -
CMYK 0.62 0.85 0 0.25
HSL 256.3º 0.74% 0.43% -
HSV(B) 256.3º 0.85% 0.75% -
XYZ 12.38 5.93 49.21 -
YUV 59.62 201.58 136.83 -
System Red Green Blue C M Y K H S L
Decimal 72 28 190 0.62 0.85 0 0.25 256.3 0.74 0.43
Hex 48 1C BE 3E 55 0 19 100 4A 2B
Octal 110 34 276 76 125 0 31 400 112 53
Binary 1001000 11100 10111110 111110 1010101 0 11001 100000000 1001010 101011

Color Harmonies of #481CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CBE

Black with #481CBE

Text Example


Text Example

White with #481CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,28,190); }

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

background-color css

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

 a { background-color: rgb(72,28,190); }

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

border-color css

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

 span { border-color: rgb(72,28,190); }

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