Html Css Color HEX #4F3BCD Purple Heart

📋 copy color: '#4F3BCD'

red 79 ◦ green 59 ◦ blue 205

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

Shades of Purple Heart #4F3BCD

Tints of Purple Heart #4F3BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.2%

 BLUE value IS 205 (80.47% from 255) = 59.77%

R = 23.03%
G = 17.2%
B = 59.77%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F3BCD (or 0x4F3BCD) is known color: Purple Heart. HEX triplet: 4F, 3B and CD. RGB value is (79,59,205). Sum of RGB (Red+Green+Blue) = 79+59+205=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F3BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3BCD is #B0C432. Grayscale: #515151. Windows color (decimal): -11584563 or 13450063. OLE color: 13450063.

HSL color Cylindrical-coordinate representation of color #4F3BCD: hue angle of 248.22º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F3BCD is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 59 205 -
CMYK 0.61 0.71 0 0.20
HSL 248.22º 0.59% 0.52% -
HSV(B) 248.22º 0.71% 0.8% -
XYZ 15.81 9.2 58.7 -
YUV 81.62 197.63 126.13 -
System Red Green Blue C M Y K H S L
Decimal 79 59 205 0.61 0.71 0 0.20 248.22 0.59 0.52
Hex 4F 3B CD 3D 47 0 14 F8 3B 34
Octal 117 73 315 75 107 0 24 370 73 64
Binary 1001111 111011 11001101 111101 1000111 0 10100 11111000 111011 110100

Color Harmonies of #4F3BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3BCD

Black with #4F3BCD

Text Example


Text Example

White with #4F3BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,59,205); }

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

background-color css

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

 a { background-color: rgb(79,59,205); }

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

border-color css

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

 span { border-color: rgb(79,59,205); }

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