Html Css Color HEX #481DCC Purple Heart

📋 copy color: '#481DCC'

red 72 ◦ green 29 ◦ blue 204

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

Shades of Purple Heart #481DCC

Tints of Purple Heart #481DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.51%

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

R = 23.61%
G = 9.51%
B = 66.89%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#481DCC (or 0x481DCC) is known color: Purple Heart. HEX triplet: 48, 1D and CC. RGB value is (72,29,204). Sum of RGB (Red+Green+Blue) = 72+29+204=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #481DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481DCC is #B7E233. Grayscale: #3D3D3D. Windows color (decimal): -12050996 or 13376840. OLE color: 13376840.

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

Color convert

RGB 72 29 204 -
CMYK 0.65 0.86 0 0.2
HSL 254.74º 0.75% 0.46% -
HSV(B) 254.74º 0.86% 0.8% -
XYZ 14.01 6.62 57.67 -
YUV 61.81 208.25 135.27 -
System Red Green Blue C M Y K H S L
Decimal 72 29 204 0.65 0.86 0 0.2 254.74 0.75 0.46
Hex 48 1D CC 41 56 0 14 FF 4B 2E
Octal 110 35 314 101 126 0 24 377 113 56
Binary 1001000 11101 11001100 1000001 1010110 0 10100 11111111 1001011 101110

Color Harmonies of #481DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481DCC

Black with #481DCC

Text Example


Text Example

White with #481DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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