Html Css Color HEX #4735BD Purple Heart

📋 copy color: '#4735BD'

red 71 ◦ green 53 ◦ blue 189

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

Shades of Purple Heart #4735BD

Tints of Purple Heart #4735BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 22.68%
G = 16.93%
B = 60.38%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4735BD (or 0x4735BD) is known color: Purple Heart. HEX triplet: 47, 35 and BD. RGB value is (71,53,189). Sum of RGB (Red+Green+Blue) = 71+53+189=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #4735BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4735BD is #B8CA42. Grayscale: #494949. Windows color (decimal): -12110403 or 12399943. OLE color: 12399943.

HSL color Cylindrical-coordinate representation of color #4735BD: hue angle of 247.94º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4735BD is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 53 189 -
CMYK 0.62 0.72 0 0.26
HSL 247.94º 0.56% 0.47% -
HSV(B) 247.94º 0.72% 0.74% -
XYZ 13.06 7.56 48.92 -
YUV 73.89 192.96 125.94 -
System Red Green Blue C M Y K H S L
Decimal 71 53 189 0.62 0.72 0 0.26 247.94 0.56 0.47
Hex 47 35 BD 3E 48 0 1A F8 38 2F
Octal 107 65 275 76 110 0 32 370 70 57
Binary 1000111 110101 10111101 111110 1001000 0 11010 11111000 111000 101111

Color Harmonies of #4735BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4735BD

Black with #4735BD

Text Example


Text Example

White with #4735BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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