Html Css Color HEX #4910CF Purple Heart

📋 copy color: '#4910CF'

red 73 ◦ green 16 ◦ blue 207

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

Shades of Purple Heart #4910CF

Tints of Purple Heart #4910CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

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

R = 24.66%
G = 5.41%
B = 69.93%

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

#4910CF (or 0x4910CF) is known color: Purple Heart. HEX triplet: 49, 10 and CF. RGB value is (73,16,207). Sum of RGB (Red+Green+Blue) = 73+16+207=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #4910CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4910CF is #B6EF30. Grayscale: #363636. Windows color (decimal): -11988785 or 13570121. OLE color: 13570121.

HSL color Cylindrical-coordinate representation of color #4910CF: hue angle of 257.91º degrees, saturation: 0.86, 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 #4910CF is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 16 207 -
CMYK 0.65 0.92 0 0.19
HSL 257.91º 0.86% 0.44% -
HSV(B) 257.91º 0.92% 0.81% -
XYZ 14.2 6.29 59.5 -
YUV 54.82 213.88 140.97 -
System Red Green Blue C M Y K H S L
Decimal 73 16 207 0.65 0.92 0 0.19 257.91 0.86 0.44
Hex 49 10 CF 41 5C 0 13 102 56 2C
Octal 111 20 317 101 134 0 23 402 126 54
Binary 1001001 10000 11001111 1000001 1011100 0 10011 100000010 1010110 101100

Color Harmonies of #4910CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4910CF

Black with #4910CF

Text Example


Text Example

White with #4910CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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