Html Css Color HEX #481FCA Purple Heart

📋 copy color: '#481FCA'

red 72 ◦ green 31 ◦ blue 202

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

Shades of Purple Heart #481FCA

Tints of Purple Heart #481FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.23%

R = 23.61%
G = 10.16%
B = 66.23%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#481FCA (or 0x481FCA) is known color: Purple Heart. HEX triplet: 48, 1F and CA. RGB value is (72,31,202). Sum of RGB (Red+Green+Blue) = 72+31+202=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #481FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481FCA is #B7E035. Grayscale: #3E3E3E. Windows color (decimal): -12050486 or 13246280. OLE color: 13246280.

HSL color Cylindrical-coordinate representation of color #481FCA: hue angle of 254.39º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481FCA is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 72 31 202 -
CMYK 0.64 0.85 0 0.21
HSL 254.39º 0.73% 0.46% -
HSV(B) 254.39º 0.85% 0.79% -
XYZ 13.82 6.62 56.43 -
YUV 62.75 206.58 134.6 -
System Red Green Blue C M Y K H S L
Decimal 72 31 202 0.64 0.85 0 0.21 254.39 0.73 0.46
Hex 48 1F CA 40 55 0 15 FE 49 2E
Octal 110 37 312 100 125 0 25 376 111 56
Binary 1001000 11111 11001010 1000000 1010101 0 10101 11111110 1001001 101110

Color Harmonies of #481FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FCA

Black with #481FCA

Text Example


Text Example

White with #481FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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