Html Css Color HEX #4F30B3 Purple Heart

📋 copy color: '#4F30B3'

red 79 ◦ green 48 ◦ blue 179

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

Shades of Purple Heart #4F30B3

Tints of Purple Heart #4F30B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 58.5%

R = 25.82%
G = 15.69%
B = 58.5%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4F30B3 (or 0x4F30B3) is known color: Purple Heart. HEX triplet: 4F, 30 and B3. RGB value is (79,48,179). Sum of RGB (Red+Green+Blue) = 79+48+179=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 179 (70.31% from 255 or 58.50% from 306); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F30B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F30B3 is #B0CF4C. Grayscale: #474747. Windows color (decimal): -11587405 or 11743311. OLE color: 11743311.

HSL color Cylindrical-coordinate representation of color #4F30B3: hue angle of 254.2º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F30B3 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 79 48 179 -
CMYK 0.56 0.73 0 0.30
HSL 254.2º 0.58% 0.45% -
HSV(B) 254.2º 0.73% 0.7% -
XYZ 12.42 7.03 43.35 -
YUV 72.2 188.27 132.85 -
System Red Green Blue C M Y K H S L
Decimal 79 48 179 0.56 0.73 0 0.30 254.2 0.58 0.45
Hex 4F 30 B3 38 49 0 1E FE 3A 2D
Octal 117 60 263 70 111 0 36 376 72 55
Binary 1001111 110000 10110011 111000 1001001 0 11110 11111110 111010 101101

Color Harmonies of #4F30B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F30B3

Black with #4F30B3

Text Example


Text Example

White with #4F30B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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