Html Css Color HEX #481BC9 Purple Heart

📋 copy color: '#481BC9'

red 72 ◦ green 27 ◦ blue 201

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

Shades of Purple Heart #481BC9

Tints of Purple Heart #481BC9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9%

 BLUE value IS 201 (78.91% from 255) = 67%

R = 24%
G = 9%
B = 67%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#481BC9 (or 0x481BC9) is known color: Purple Heart. HEX triplet: 48, 1B and C9. RGB value is (72,27,201). Sum of RGB (Red+Green+Blue) = 72+27+201=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #481BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BC9 is #B7E436. Grayscale: #3B3B3B. Windows color (decimal): -12051511 or 13179720. OLE color: 13179720.

HSL color Cylindrical-coordinate representation of color #481BC9: hue angle of 255.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481BC9 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 27 201 -
CMYK 0.64 0.87 0 0.21
HSL 255.52º 0.76% 0.45% -
HSV(B) 255.52º 0.87% 0.79% -
XYZ 13.61 6.38 55.77 -
YUV 60.29 207.41 136.35 -
System Red Green Blue C M Y K H S L
Decimal 72 27 201 0.64 0.87 0 0.21 255.52 0.76 0.45
Hex 48 1B C9 40 57 0 15 100 4C 2D
Octal 110 33 311 100 127 0 25 400 114 55
Binary 1001000 11011 11001001 1000000 1010111 0 10101 100000000 1001100 101101

Color Harmonies of #481BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BC9

Black with #481BC9

Text Example


Text Example

White with #481BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,27,201); }

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

background-color css

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

 a { background-color: rgb(72,27,201); }

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

border-color css

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

 span { border-color: rgb(72,27,201); }

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