Html Css Color HEX #4F30CE Purple Heart

📋 copy color: '#4F30CE'

red 79 ◦ green 48 ◦ blue 206

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

Shades of Purple Heart #4F30CE

Tints of Purple Heart #4F30CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

 BLUE value IS 206 (80.86% from 255) = 61.86%

R = 23.72%
G = 14.41%
B = 61.86%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F30CE (or 0x4F30CE) is known color: Purple Heart. HEX triplet: 4F, 30 and CE. RGB value is (79,48,206). Sum of RGB (Red+Green+Blue) = 79+48+206=333 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.72% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F30CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F30CE is #B0CF31. Grayscale: #4A4A4A. Windows color (decimal): -11587378 or 13512783. OLE color: 13512783.

HSL color Cylindrical-coordinate representation of color #4F30CE: hue angle of 251.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F30CE is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 48 206 -
CMYK 0.62 0.77 0 0.19
HSL 251.77º 0.62% 0.5% -
HSV(B) 251.77º 0.77% 0.81% -
XYZ 15.42 8.23 59.17 -
YUV 75.28 201.77 130.65 -
System Red Green Blue C M Y K H S L
Decimal 79 48 206 0.62 0.77 0 0.19 251.77 0.62 0.5
Hex 4F 30 CE 3E 4D 0 13 FC 3E 32
Octal 117 60 316 76 115 0 23 374 76 62
Binary 1001111 110000 11001110 111110 1001101 0 10011 11111100 111110 110010

Color Harmonies of #4F30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F30CE

Black with #4F30CE

Text Example


Text Example

White with #4F30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,48,206); }

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

background-color css

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

 a { background-color: rgb(79,48,206); }

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

border-color css

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

 span { border-color: rgb(79,48,206); }

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