Html Css Color HEX #4F3BCF Purple Heart

📋 copy color: '#4F3BCF'

red 79 ◦ green 59 ◦ blue 207

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

Shades of Purple Heart #4F3BCF

Tints of Purple Heart #4F3BCF

RGB

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

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

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

R = 22.9%
G = 17.1%
B = 60%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F3BCF (or 0x4F3BCF) is known color: Purple Heart. HEX triplet: 4F, 3B and CF. RGB value is (79,59,207). Sum of RGB (Red+Green+Blue) = 79+59+207=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F3BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F3BCF is #B0C430. Grayscale: #515151. Windows color (decimal): -11584561 or 13581135. OLE color: 13581135.

HSL color Cylindrical-coordinate representation of color #4F3BCF: hue angle of 248.11º 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 #4F3BCF is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 59 207 -
CMYK 0.62 0.71 0 0.19
HSL 248.11º 0.61% 0.52% -
HSV(B) 248.11º 0.71% 0.81% -
XYZ 16.05 9.3 59.98 -
YUV 81.85 198.63 125.97 -
System Red Green Blue C M Y K H S L
Decimal 79 59 207 0.62 0.71 0 0.19 248.11 0.61 0.52
Hex 4F 3B CF 3E 47 0 13 F8 3D 34
Octal 117 73 317 76 107 0 23 370 75 64
Binary 1001111 111011 11001111 111110 1000111 0 10011 11111000 111101 110100

Color Harmonies of #4F3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3BCF

Black with #4F3BCF

Text Example


Text Example

White with #4F3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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