Html Css Color HEX #481DCE Purple Heart

📋 copy color: '#481DCE'

red 72 ◦ green 29 ◦ blue 206

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

Shades of Purple Heart #481DCE

Tints of Purple Heart #481DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.1%

R = 23.45%
G = 9.45%
B = 67.1%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#481DCE (or 0x481DCE) is known color: Purple Heart. HEX triplet: 48, 1D and CE. RGB value is (72,29,206). Sum of RGB (Red+Green+Blue) = 72+29+206=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #481DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481DCE is #B7E231. Grayscale: #3D3D3D. Windows color (decimal): -12050994 or 13507912. OLE color: 13507912.

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

Color convert

RGB 72 29 206 -
CMYK 0.65 0.86 0 0.19
HSL 254.58º 0.75% 0.46% -
HSV(B) 254.58º 0.86% 0.81% -
XYZ 14.25 6.71 58.94 -
YUV 62.04 209.25 135.11 -
System Red Green Blue C M Y K H S L
Decimal 72 29 206 0.65 0.86 0 0.19 254.58 0.75 0.46
Hex 48 1D CE 41 56 0 13 FF 4B 2E
Octal 110 35 316 101 126 0 23 377 113 56
Binary 1001000 11101 11001110 1000001 1010110 0 10011 11111111 1001011 101110

Color Harmonies of #481DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481DCE

Black with #481DCE

Text Example


Text Example

White with #481DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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