Html Css Color HEX #481EBC Purple Heart

📋 copy color: '#481EBC'

red 72 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #481EBC

Tints of Purple Heart #481EBC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.34%

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

R = 24.83%
G = 10.34%
B = 64.83%

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

#481EBC (or 0x481EBC) is known color: Purple Heart. HEX triplet: 48, 1E and BC. RGB value is (72,30,188). Sum of RGB (Red+Green+Blue) = 72+30+188=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #481EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481EBC is #B7E143. Grayscale: #3B3B3B. Windows color (decimal): -12050756 or 12328520. OLE color: 12328520.

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

Color convert

RGB 72 30 188 -
CMYK 0.62 0.84 0 0.26
HSL 255.95º 0.72% 0.43% -
HSV(B) 255.95º 0.84% 0.74% -
XYZ 12.21 5.94 48.08 -
YUV 60.57 199.91 136.15 -
System Red Green Blue C M Y K H S L
Decimal 72 30 188 0.62 0.84 0 0.26 255.95 0.72 0.43
Hex 48 1E BC 3E 54 0 1A 100 48 2B
Octal 110 36 274 76 124 0 32 400 110 53
Binary 1001000 11110 10111100 111110 1010100 0 11010 100000000 1001000 101011

Color Harmonies of #481EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481EBC

Black with #481EBC

Text Example


Text Example

White with #481EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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