Html Css Color HEX #4A1FBC Purple Heart

📋 copy color: '#4A1FBC'

red 74 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #4A1FBC

Tints of Purple Heart #4A1FBC

RGB

 RED value IS 74 (29.3% from 255) = 25.26%

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 25.26%
G = 10.58%
B = 64.16%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A1FBC (or 0x4A1FBC) is known color: Purple Heart. HEX triplet: 4A, 1F and BC. RGB value is (74,31,188). Sum of RGB (Red+Green+Blue) = 74+31+188=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A1FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1FBC is #B5E043. Grayscale: #3D3D3D. Windows color (decimal): -11919428 or 12328778. OLE color: 12328778.

HSL color Cylindrical-coordinate representation of color #4A1FBC: hue angle of 256.43º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1FBC is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 31 188 -
CMYK 0.61 0.84 0 0.26
HSL 256.43º 0.72% 0.43% -
HSV(B) 256.43º 0.84% 0.74% -
XYZ 12.39 6.07 48.09 -
YUV 61.76 199.25 136.73 -
System Red Green Blue C M Y K H S L
Decimal 74 31 188 0.61 0.84 0 0.26 256.43 0.72 0.43
Hex 4A 1F BC 3D 54 0 1A 100 48 2B
Octal 112 37 274 75 124 0 32 400 110 53
Binary 1001010 11111 10111100 111101 1010100 0 11010 100000000 1001000 101011

Color Harmonies of #4A1FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1FBC

Black with #4A1FBC

Text Example


Text Example

White with #4A1FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1FBC; }

 p { color: rgb(74,31,188); }

 H1.HeaderClassName
 {
   color: #4A1FBC;
 }
 .AnyTagClassName
 {
   color: #4A1FBC;
 }
</style>

background-color css

<style>
 a { background-color: #4A1FBC; }

 a { background-color: rgb(74,31,188); }

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

border-color css

<style>
 span { border-color: #4A1FBC; }

 span { border-color: rgb(74,31,188); }

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