Html Css Color HEX #481FCC Purple Heart

📋 copy color: '#481FCC'

red 72 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #481FCC

Tints of Purple Heart #481FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.1%

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

R = 23.45%
G = 10.1%
B = 66.45%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#481FCC (or 0x481FCC) is known color: Purple Heart. HEX triplet: 48, 1F and CC. RGB value is (72,31,204). Sum of RGB (Red+Green+Blue) = 72+31+204=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #481FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481FCC is #B7E033. Grayscale: #3E3E3E. Windows color (decimal): -12050484 or 13377352. OLE color: 13377352.

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

Color convert

RGB 72 31 204 -
CMYK 0.65 0.85 0 0.2
HSL 254.22º 0.74% 0.46% -
HSV(B) 254.22º 0.85% 0.8% -
XYZ 14.06 6.72 57.68 -
YUV 62.98 207.58 134.43 -
System Red Green Blue C M Y K H S L
Decimal 72 31 204 0.65 0.85 0 0.2 254.22 0.74 0.46
Hex 48 1F CC 41 55 0 14 FE 4A 2E
Octal 110 37 314 101 125 0 24 376 112 56
Binary 1001000 11111 11001100 1000001 1010101 0 10100 11111110 1001010 101110

Color Harmonies of #481FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FCC

Black with #481FCC

Text Example


Text Example

White with #481FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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