Html Css Color HEX #4915CF Purple Heart

📋 copy color: '#4915CF'

red 73 ◦ green 21 ◦ blue 207

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

Shades of Purple Heart #4915CF

Tints of Purple Heart #4915CF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

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

R = 24.25%
G = 6.98%
B = 68.77%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4915CF (or 0x4915CF) is known color: Purple Heart. HEX triplet: 49, 15 and CF. RGB value is (73,21,207). Sum of RGB (Red+Green+Blue) = 73+21+207=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #4915CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4915CF is #B6EA30. Grayscale: #393939. Windows color (decimal): -11987505 or 13571401. OLE color: 13571401.

HSL color Cylindrical-coordinate representation of color #4915CF: hue angle of 256.77º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4915CF is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 21 207 -
CMYK 0.65 0.90 0 0.19
HSL 256.77º 0.82% 0.45% -
HSV(B) 256.77º 0.9% 0.81% -
XYZ 14.28 6.46 59.53 -
YUV 57.75 212.23 138.88 -
System Red Green Blue C M Y K H S L
Decimal 73 21 207 0.65 0.90 0 0.19 256.77 0.82 0.45
Hex 49 15 CF 41 5A 0 13 101 52 2D
Octal 111 25 317 101 132 0 23 401 122 55
Binary 1001001 10101 11001111 1000001 1011010 0 10011 100000001 1010010 101101

Color Harmonies of #4915CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4915CF

Black with #4915CF

Text Example


Text Example

White with #4915CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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