Html Css Color HEX #4B31D0 Purple Heart

📋 copy color: '#4B31D0'

red 75 ◦ green 49 ◦ blue 208

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

Shades of Purple Heart #4B31D0

Tints of Purple Heart #4B31D0

RGB

 RED value IS 75 (29.69% from 255) = 22.59%

 GREEN value IS 49 (19.53% from 255) = 14.76%

 BLUE value IS 208 (81.64% from 255) = 62.65%

R = 22.59%
G = 14.76%
B = 62.65%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4B31D0 (or 0x4B31D0) is known color: Purple Heart. HEX triplet: 4B, 31 and D0. RGB value is (75,49,208). Sum of RGB (Red+Green+Blue) = 75+49+208=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 208 (81.64% from 255 or 62.65% from 332); Max value from RGB is 208 - color contains mainly: blue. Hex color #4B31D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B31D0 is #B4CE2F. Grayscale: #4A4A4A. Windows color (decimal): -11849264 or 13644107. OLE color: 13644107.

HSL color Cylindrical-coordinate representation of color #4B31D0: hue angle of 249.81º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B31D0 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 75 49 208 -
CMYK 0.64 0.76 0 0.18
HSL 249.81º 0.63% 0.5% -
HSV(B) 249.81º 0.76% 0.82% -
XYZ 15.39 8.25 60.46 -
YUV 74.9 203.11 128.07 -
System Red Green Blue C M Y K H S L
Decimal 75 49 208 0.64 0.76 0 0.18 249.81 0.63 0.5
Hex 4B 31 D0 40 4C 0 12 FA 3F 32
Octal 113 61 320 100 114 0 22 372 77 62
Binary 1001011 110001 11010000 1000000 1001100 0 10010 11111010 111111 110010

Color Harmonies of #4B31D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B31D0

Black with #4B31D0

Text Example


Text Example

White with #4B31D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,49,208); }

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

background-color css

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

 a { background-color: rgb(75,49,208); }

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

border-color css

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

 span { border-color: rgb(75,49,208); }

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