Html Css Color HEX #4F30B9 Purple Heart

📋 copy color: '#4F30B9'

red 79 ◦ green 48 ◦ blue 185

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

Shades of Purple Heart #4F30B9

Tints of Purple Heart #4F30B9

RGB

 RED value IS 79 (31.25% from 255) = 25.32%

 GREEN value IS 48 (19.14% from 255) = 15.38%

 BLUE value IS 185 (72.66% from 255) = 59.29%

R = 25.32%
G = 15.38%
B = 59.29%

CMYK

 C value IS 0.57

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F30B9 (or 0x4F30B9) is known color: Purple Heart. HEX triplet: 4F, 30 and B9. RGB value is (79,48,185). Sum of RGB (Red+Green+Blue) = 79+48+185=312 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.32% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 185 (72.66% from 255 or 59.29% from 312); Max value from RGB is 185 - color contains mainly: blue. Hex color #4F30B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F30B9 is #B0CF46. Grayscale: #484848. Windows color (decimal): -11587399 or 12136527. OLE color: 12136527.

HSL color Cylindrical-coordinate representation of color #4F30B9: hue angle of 253.58º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F30B9 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 48 185 -
CMYK 0.57 0.74 0 0.27
HSL 253.58º 0.59% 0.46% -
HSV(B) 253.58º 0.74% 0.73% -
XYZ 13.04 7.28 46.62 -
YUV 72.89 191.27 132.36 -
System Red Green Blue C M Y K H S L
Decimal 79 48 185 0.57 0.74 0 0.27 253.58 0.59 0.46
Hex 4F 30 B9 39 4A 0 1B FE 3B 2E
Octal 117 60 271 71 112 0 33 376 73 56
Binary 1001111 110000 10111001 111001 1001010 0 11011 11111110 111011 101110

Color Harmonies of #4F30B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F30B9

Black with #4F30B9

Text Example


Text Example

White with #4F30B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,48,185); }

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

background-color css

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

 a { background-color: rgb(79,48,185); }

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

border-color css

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

 span { border-color: rgb(79,48,185); }

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