Html Css Color HEX #4732CB Purple Heart

📋 copy color: '#4732CB'

red 71 ◦ green 50 ◦ blue 203

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

Shades of Purple Heart #4732CB

Tints of Purple Heart #4732CB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.43%

 BLUE value IS 203 (79.69% from 255) = 62.65%

R = 21.91%
G = 15.43%
B = 62.65%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4732CB (or 0x4732CB) is known color: Purple Heart. HEX triplet: 47, 32 and CB. RGB value is (71,50,203). Sum of RGB (Red+Green+Blue) = 71+50+203=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #4732CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4732CB is #B8CD34. Grayscale: #494949. Windows color (decimal): -12111157 or 13316679. OLE color: 13316679.

HSL color Cylindrical-coordinate representation of color #4732CB: hue angle of 248.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4732CB is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 50 203 -
CMYK 0.65 0.75 0 0.20
HSL 248.24º 0.6% 0.5% -
HSV(B) 248.24º 0.75% 0.8% -
XYZ 14.52 7.93 57.27 -
YUV 73.72 200.96 126.06 -
System Red Green Blue C M Y K H S L
Decimal 71 50 203 0.65 0.75 0 0.20 248.24 0.6 0.5
Hex 47 32 CB 41 4B 0 14 F8 3C 32
Octal 107 62 313 101 113 0 24 370 74 62
Binary 1000111 110010 11001011 1000001 1001011 0 10100 11111000 111100 110010

Color Harmonies of #4732CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4732CB

Black with #4732CB

Text Example


Text Example

White with #4732CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4732CB; }

 p { color: rgb(71,50,203); }

 H1.HeaderClassName
 {
   color: #4732CB;
 }
 .AnyTagClassName
 {
   color: #4732CB;
 }
</style>

background-color css

<style>
 a { background-color: #4732CB; }

 a { background-color: rgb(71,50,203); }

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

border-color css

<style>
 span { border-color: #4732CB; }

 span { border-color: rgb(71,50,203); }

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