Html Css Color HEX #481FCE Purple Heart

📋 copy color: '#481FCE'

red 72 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #481FCE

Tints of Purple Heart #481FCE

RGB

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

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

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

R = 23.3%
G = 10.03%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#481FCE (or 0x481FCE) is known color: Purple Heart. HEX triplet: 48, 1F and CE. RGB value is (72,31,206). Sum of RGB (Red+Green+Blue) = 72+31+206=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #481FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481FCE is #B7E031. Grayscale: #3E3E3E. Windows color (decimal): -12050482 or 13508424. OLE color: 13508424.

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

Color convert

RGB 72 31 206 -
CMYK 0.65 0.85 0 0.19
HSL 254.06º 0.74% 0.46% -
HSV(B) 254.06º 0.85% 0.81% -
XYZ 14.3 6.81 58.95 -
YUV 63.21 208.58 134.27 -
System Red Green Blue C M Y K H S L
Decimal 72 31 206 0.65 0.85 0 0.19 254.06 0.74 0.46
Hex 48 1F CE 41 55 0 13 FE 4A 2E
Octal 110 37 316 101 125 0 23 376 112 56
Binary 1001000 11111 11001110 1000001 1010101 0 10011 11111110 1001010 101110

Color Harmonies of #481FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FCE

Black with #481FCE

Text Example


Text Example

White with #481FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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