Html Css Color HEX #481BCC Purple Heart

📋 copy color: '#481BCC'

red 72 ◦ green 27 ◦ blue 204

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

Shades of Purple Heart #481BCC

Tints of Purple Heart #481BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.33%

R = 23.76%
G = 8.91%
B = 67.33%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#481BCC (or 0x481BCC) is known color: Purple Heart. HEX triplet: 48, 1B and CC. RGB value is (72,27,204). Sum of RGB (Red+Green+Blue) = 72+27+204=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #481BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BCC is #B7E433. Grayscale: #3B3B3B. Windows color (decimal): -12051508 or 13376328. OLE color: 13376328.

HSL color Cylindrical-coordinate representation of color #481BCC: hue angle of 255.25º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481BCC is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 27 204 -
CMYK 0.65 0.87 0 0.2
HSL 255.25º 0.77% 0.45% -
HSV(B) 255.25º 0.87% 0.8% -
XYZ 13.96 6.52 57.65 -
YUV 60.63 208.91 136.11 -
System Red Green Blue C M Y K H S L
Decimal 72 27 204 0.65 0.87 0 0.2 255.25 0.77 0.45
Hex 48 1B CC 41 57 0 14 FF 4D 2D
Octal 110 33 314 101 127 0 24 377 115 55
Binary 1001000 11011 11001100 1000001 1010111 0 10100 11111111 1001101 101101

Color Harmonies of #481BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BCC

Black with #481BCC

Text Example


Text Example

White with #481BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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