Html Css Color HEX #481CBF Purple Heart

📋 copy color: '#481CBF'

red 72 ◦ green 28 ◦ blue 191

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

Shades of Purple Heart #481CBF

Tints of Purple Heart #481CBF

RGB

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

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

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

R = 24.74%
G = 9.62%
B = 65.64%

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

#481CBF (or 0x481CBF) is known color: Purple Heart. HEX triplet: 48, 1C and BF. RGB value is (72,28,191). Sum of RGB (Red+Green+Blue) = 72+28+191=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 191 (75% from 255 or 65.64% from 291); Max value from RGB is 191 - color contains mainly: blue. Hex color #481CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481CBF is #B7E340. Grayscale: #3B3B3B. Windows color (decimal): -12051265 or 12524616. OLE color: 12524616.

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

Color convert

RGB 72 28 191 -
CMYK 0.62 0.85 0 0.25
HSL 256.2º 0.74% 0.43% -
HSV(B) 256.2º 0.85% 0.75% -
XYZ 12.49 5.97 49.78 -
YUV 59.74 202.08 136.75 -
System Red Green Blue C M Y K H S L
Decimal 72 28 191 0.62 0.85 0 0.25 256.2 0.74 0.43
Hex 48 1C BF 3E 55 0 19 100 4A 2B
Octal 110 34 277 76 125 0 31 400 112 53
Binary 1001000 11100 10111111 111110 1010101 0 11001 100000000 1001010 101011

Color Harmonies of #481CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CBF

Black with #481CBF

Text Example


Text Example

White with #481CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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