Html Css Color HEX #481ECF Purple Heart

📋 copy color: '#481ECF'

red 72 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #481ECF

Tints of Purple Heart #481ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.71%

 BLUE value IS 207 (81.25% from 255) = 66.99%

R = 23.3%
G = 9.71%
B = 66.99%

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

#481ECF (or 0x481ECF) is known color: Purple Heart. HEX triplet: 48, 1E and CF. RGB value is (72,30,207). Sum of RGB (Red+Green+Blue) = 72+30+207=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #481ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ECF is #B7E130. Grayscale: #3E3E3E. Windows color (decimal): -12050737 or 13573704. OLE color: 13573704.

HSL color Cylindrical-coordinate representation of color #481ECF: hue angle of 254.24º 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 #481ECF is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 30 207 -
CMYK 0.65 0.86 0 0.19
HSL 254.24º 0.75% 0.46% -
HSV(B) 254.24º 0.86% 0.81% -
XYZ 14.4 6.81 59.59 -
YUV 62.74 209.41 134.61 -
System Red Green Blue C M Y K H S L
Decimal 72 30 207 0.65 0.86 0 0.19 254.24 0.75 0.46
Hex 48 1E CF 41 56 0 13 FE 4B 2E
Octal 110 36 317 101 126 0 23 376 113 56
Binary 1001000 11110 11001111 1000001 1010110 0 10011 11111110 1001011 101110

Color Harmonies of #481ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481ECF

Black with #481ECF

Text Example


Text Example

White with #481ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,30,207); }

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

background-color css

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

 a { background-color: rgb(72,30,207); }

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

border-color css

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

 span { border-color: rgb(72,30,207); }

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