Html Css Color HEX #481EBF Purple Heart

📋 copy color: '#481EBF'

red 72 ◦ green 30 ◦ blue 191

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

Shades of Purple Heart #481EBF

Tints of Purple Heart #481EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.19%

R = 24.57%
G = 10.24%
B = 65.19%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#481EBF (or 0x481EBF) is known color: Purple Heart. HEX triplet: 48, 1E and BF. RGB value is (72,30,191). Sum of RGB (Red+Green+Blue) = 72+30+191=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #481EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481EBF is #B7E140. Grayscale: #3C3C3C. Windows color (decimal): -12050753 or 12525128. OLE color: 12525128.

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

Color convert

RGB 72 30 191 -
CMYK 0.62 0.84 0 0.25
HSL 255.65º 0.73% 0.43% -
HSV(B) 255.65º 0.84% 0.75% -
XYZ 12.54 6.07 49.8 -
YUV 60.91 201.41 135.91 -
System Red Green Blue C M Y K H S L
Decimal 72 30 191 0.62 0.84 0 0.25 255.65 0.73 0.43
Hex 48 1E BF 3E 54 0 19 100 49 2B
Octal 110 36 277 76 124 0 31 400 111 53
Binary 1001000 11110 10111111 111110 1010100 0 11001 100000000 1001001 101011

Color Harmonies of #481EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481EBF

Black with #481EBF

Text Example


Text Example

White with #481EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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