Html Css Color HEX #4F08B3 Purple Heart

📋 copy color: '#4F08B3'

red 79 ◦ green 8 ◦ blue 179

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

Shades of Purple Heart #4F08B3

Tints of Purple Heart #4F08B3

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.01%

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

R = 29.7%
G = 3.01%
B = 67.29%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4F08B3 (or 0x4F08B3) is known color: Purple Heart. HEX triplet: 4F, 08 and B3. RGB value is (79,8,179). Sum of RGB (Red+Green+Blue) = 79+8+179=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 179 (70.31% from 255 or 67.29% from 266); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F08B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F08B3 is #B0F74C. Grayscale: #303030. Windows color (decimal): -11597645 or 11733071. OLE color: 11733071.

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

Color convert

RGB 79 8 179 -
CMYK 0.56 0.96 0 0.30
HSL 264.91º 0.91% 0.37% -
HSV(B) 264.91º 0.96% 0.7% -
XYZ 11.45 5.09 43.03 -
YUV 48.72 201.52 149.6 -
System Red Green Blue C M Y K H S L
Decimal 79 8 179 0.56 0.96 0 0.30 264.91 0.91 0.37
Hex 4F 8 B3 38 60 0 1E 109 5B 25
Octal 117 10 263 70 140 0 36 411 133 45
Binary 1001111 1000 10110011 111000 1100000 0 11110 100001001 1011011 100101

Color Harmonies of #4F08B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F08B3

Black with #4F08B3

Text Example


Text Example

White with #4F08B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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