Html Css Color HEX #481DBF Purple Heart

📋 copy color: '#481DBF'

red 72 ◦ green 29 ◦ blue 191

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

Shades of Purple Heart #481DBF

Tints of Purple Heart #481DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.93%

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

R = 24.66%
G = 9.93%
B = 65.41%

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

#481DBF (or 0x481DBF) is known color: Purple Heart. HEX triplet: 48, 1D and BF. RGB value is (72,29,191). Sum of RGB (Red+Green+Blue) = 72+29+191=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #481DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481DBF is #B7E240. Grayscale: #3B3B3B. Windows color (decimal): -12051009 or 12524872. OLE color: 12524872.

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

Color convert

RGB 72 29 191 -
CMYK 0.62 0.85 0 0.25
HSL 255.93º 0.74% 0.43% -
HSV(B) 255.93º 0.85% 0.75% -
XYZ 12.52 6.02 49.79 -
YUV 60.33 201.75 136.33 -
System Red Green Blue C M Y K H S L
Decimal 72 29 191 0.62 0.85 0 0.25 255.93 0.74 0.43
Hex 48 1D BF 3E 55 0 19 100 4A 2B
Octal 110 35 277 76 125 0 31 400 112 53
Binary 1001000 11101 10111111 111110 1010101 0 11001 100000000 1001010 101011

Color Harmonies of #481DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481DBF

Black with #481DBF

Text Example


Text Example

White with #481DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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