Html Css Color HEX #4D3BCF Purple Heart

📋 copy color: '#4D3BCF'

red 77 ◦ green 59 ◦ blue 207

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

Shades of Purple Heart #4D3BCF

Tints of Purple Heart #4D3BCF

RGB

 RED value IS 77 (30.47% from 255) = 22.45%

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

 BLUE value IS 207 (81.25% from 255) = 60.35%

R = 22.45%
G = 17.2%
B = 60.35%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D3BCF (or 0x4D3BCF) is known color: Purple Heart. HEX triplet: 4D, 3B and CF. RGB value is (77,59,207). Sum of RGB (Red+Green+Blue) = 77+59+207=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D3BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3BCF is #B2C430. Grayscale: #505050. Windows color (decimal): -11715633 or 13581133. OLE color: 13581133.

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

Color convert

RGB 77 59 207 -
CMYK 0.63 0.71 0 0.19
HSL 247.3º 0.61% 0.52% -
HSV(B) 247.3º 0.71% 0.81% -
XYZ 15.89 9.21 59.97 -
YUV 81.25 198.96 124.97 -
System Red Green Blue C M Y K H S L
Decimal 77 59 207 0.63 0.71 0 0.19 247.3 0.61 0.52
Hex 4D 3B CF 3F 47 0 13 F7 3D 34
Octal 115 73 317 77 107 0 23 367 75 64
Binary 1001101 111011 11001111 111111 1000111 0 10011 11110111 111101 110100

Color Harmonies of #4D3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3BCF

Black with #4D3BCF

Text Example


Text Example

White with #4D3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,59,207); }

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

background-color css

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

 a { background-color: rgb(77,59,207); }

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

border-color css

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

 span { border-color: rgb(77,59,207); }

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