Html Css Color HEX #481CB7 Purple Heart

📋 copy color: '#481CB7'

red 72 ◦ green 28 ◦ blue 183

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

Shades of Purple Heart #481CB7

Tints of Purple Heart #481CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 64.66%

R = 25.44%
G = 9.89%
B = 64.66%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#481CB7 (or 0x481CB7) is known color: Purple Heart. HEX triplet: 48, 1C and B7. RGB value is (72,28,183). Sum of RGB (Red+Green+Blue) = 72+28+183=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 183 (71.88% from 255 or 64.66% from 283); Max value from RGB is 183 - color contains mainly: blue. Hex color #481CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481CB7 is #B7E348. Grayscale: #3A3A3A. Windows color (decimal): -12051273 or 12000328. OLE color: 12000328.

HSL color Cylindrical-coordinate representation of color #481CB7: hue angle of 257.03º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481CB7 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 72 28 183 -
CMYK 0.61 0.85 0 0.28
HSL 257.03º 0.73% 0.41% -
HSV(B) 257.03º 0.85% 0.72% -
XYZ 11.63 5.63 45.27 -
YUV 58.83 198.08 137.4 -
System Red Green Blue C M Y K H S L
Decimal 72 28 183 0.61 0.85 0 0.28 257.03 0.73 0.41
Hex 48 1C B7 3D 55 0 1C 101 49 29
Octal 110 34 267 75 125 0 34 401 111 51
Binary 1001000 11100 10110111 111101 1010101 0 11100 100000001 1001001 101001

Color Harmonies of #481CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CB7

Black with #481CB7

Text Example


Text Example

White with #481CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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