Html Css Color HEX #4935CF Purple Heart

📋 copy color: '#4935CF'

red 73 ◦ green 53 ◦ blue 207

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

Shades of Purple Heart #4935CF

Tints of Purple Heart #4935CF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.92%

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

R = 21.92%
G = 15.92%
B = 62.16%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4935CF (or 0x4935CF) is known color: Purple Heart. HEX triplet: 49, 35 and CF. RGB value is (73,53,207). Sum of RGB (Red+Green+Blue) = 73+53+207=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #4935CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4935CF is #B6CA30. Grayscale: #4B4B4B. Windows color (decimal): -11979313 or 13579593. OLE color: 13579593.

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

Color convert

RGB 73 53 207 -
CMYK 0.65 0.74 0 0.19
HSL 247.79º 0.62% 0.51% -
HSV(B) 247.79º 0.74% 0.81% -
XYZ 15.28 8.47 59.86 -
YUV 76.54 201.63 125.48 -
System Red Green Blue C M Y K H S L
Decimal 73 53 207 0.65 0.74 0 0.19 247.79 0.62 0.51
Hex 49 35 CF 41 4A 0 13 F8 3E 33
Octal 111 65 317 101 112 0 23 370 76 63
Binary 1001001 110101 11001111 1000001 1001010 0 10011 11111000 111110 110011

Color Harmonies of #4935CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4935CF

Black with #4935CF

Text Example


Text Example

White with #4935CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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