Html Css Color HEX #4911CF Purple Heart

📋 copy color: '#4911CF'

red 73 ◦ green 17 ◦ blue 207

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

Shades of Purple Heart #4911CF

Tints of Purple Heart #4911CF

RGB

 RED value IS 73 (28.91% from 255) = 24.58%

 GREEN value IS 17 (7.03% from 255) = 5.72%

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

R = 24.58%
G = 5.72%
B = 69.7%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4911CF (or 0x4911CF) is known color: Purple Heart. HEX triplet: 49, 11 and CF. RGB value is (73,17,207). Sum of RGB (Red+Green+Blue) = 73+17+207=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #4911CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4911CF is #B6EE30. Grayscale: #363636. Windows color (decimal): -11988529 or 13570377. OLE color: 13570377.

HSL color Cylindrical-coordinate representation of color #4911CF: hue angle of 257.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4911CF is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 17 207 -
CMYK 0.65 0.92 0 0.19
HSL 257.68º 0.85% 0.44% -
HSV(B) 257.68º 0.92% 0.81% -
XYZ 14.21 6.32 59.5 -
YUV 55.4 213.55 140.55 -
System Red Green Blue C M Y K H S L
Decimal 73 17 207 0.65 0.92 0 0.19 257.68 0.85 0.44
Hex 49 11 CF 41 5C 0 13 102 55 2C
Octal 111 21 317 101 134 0 23 402 125 54
Binary 1001001 10001 11001111 1000001 1011100 0 10011 100000010 1010101 101100

Color Harmonies of #4911CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4911CF

Black with #4911CF

Text Example


Text Example

White with #4911CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4911CF; }

 p { color: rgb(73,17,207); }

 H1.HeaderClassName
 {
   color: #4911CF;
 }
 .AnyTagClassName
 {
   color: #4911CF;
 }
</style>

background-color css

<style>
 a { background-color: #4911CF; }

 a { background-color: rgb(73,17,207); }

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

border-color css

<style>
 span { border-color: #4911CF; }

 span { border-color: rgb(73,17,207); }

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