Html Css Color HEX #4735BF Purple Heart

📋 copy color: '#4735BF'

red 71 ◦ green 53 ◦ blue 191

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

Shades of Purple Heart #4735BF

Tints of Purple Heart #4735BF

RGB

 RED value IS 71 (28.13% from 255) = 22.54%

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

 BLUE value IS 191 (75% from 255) = 60.63%

R = 22.54%
G = 16.83%
B = 60.63%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4735BF (or 0x4735BF) is known color: Purple Heart. HEX triplet: 47, 35 and BF. RGB value is (71,53,191). Sum of RGB (Red+Green+Blue) = 71+53+191=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #4735BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4735BF is #B8CA40. Grayscale: #494949. Windows color (decimal): -12110401 or 12531015. OLE color: 12531015.

HSL color Cylindrical-coordinate representation of color #4735BF: hue angle of 247.83º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4735BF is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 53 191 -
CMYK 0.63 0.72 0 0.25
HSL 247.83º 0.57% 0.48% -
HSV(B) 247.83º 0.72% 0.75% -
XYZ 13.28 7.65 50.07 -
YUV 74.11 193.96 125.78 -
System Red Green Blue C M Y K H S L
Decimal 71 53 191 0.63 0.72 0 0.25 247.83 0.57 0.48
Hex 47 35 BF 3F 48 0 19 F8 39 30
Octal 107 65 277 77 110 0 31 370 71 60
Binary 1000111 110101 10111111 111111 1001000 0 11001 11111000 111001 110000

Color Harmonies of #4735BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4735BF

Black with #4735BF

Text Example


Text Example

White with #4735BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4735BF; }

 p { color: rgb(71,53,191); }

 H1.HeaderClassName
 {
   color: #4735BF;
 }
 .AnyTagClassName
 {
   color: #4735BF;
 }
</style>

background-color css

<style>
 a { background-color: #4735BF; }

 a { background-color: rgb(71,53,191); }

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

border-color css

<style>
 span { border-color: #4735BF; }

 span { border-color: rgb(71,53,191); }

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