Html Css Color HEX #4F217C Blue Diamond

📋 copy color: '#4F217C'

red 79 ◦ green 33 ◦ blue 124

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

Shades of Blue Diamond #4F217C

Tints of Blue Diamond #4F217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.98%

 BLUE value IS 124 (48.83% from 255) = 52.54%

R = 33.47%
G = 13.98%
B = 52.54%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F217C (or 0x4F217C) is known color: Blue Diamond. HEX triplet: 4F, 21 and 7C. RGB value is (79,33,124). Sum of RGB (Red+Green+Blue) = 79+33+124=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 33 (13.28% from 255 or 13.98% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F217C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F217C is #B0DE83. Grayscale: #383838. Windows color (decimal): -11591300 or 8134991. OLE color: 8134991.

HSL color Cylindrical-coordinate representation of color #4F217C: hue angle of 270.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F217C is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 33 124 -
CMYK 0.36 0.73 0 0.51
HSL 270.33º 0.58% 0.31% -
HSV(B) 270.33º 0.73% 0.49% -
XYZ 7.41 4.21 19.49 -
YUV 57.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 79 33 124 0.36 0.73 0 0.51 270.33 0.58 0.31
Hex 4F 21 7C 24 49 0 33 10E 3A 1F
Octal 117 41 174 44 111 0 63 416 72 37
Binary 1001111 100001 1111100 100100 1001001 0 110011 100001110 111010 11111

Color Harmonies of #4F217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F217C

Black with #4F217C

Text Example


Text Example

White with #4F217C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,33,124); }

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

background-color css

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

 a { background-color: rgb(79,33,124); }

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

border-color css

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

 span { border-color: rgb(79,33,124); }

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