Html Css Color HEX #4632BF Purple Heart

📋 copy color: '#4632BF'

red 70 ◦ green 50 ◦ blue 191

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

Shades of Purple Heart #4632BF

Tints of Purple Heart #4632BF

RGB

 RED value IS 70 (27.73% from 255) = 22.51%

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

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

R = 22.51%
G = 16.08%
B = 61.41%

CMYK

 C value IS 0.63

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4632BF (or 0x4632BF) is known color: Purple Heart. HEX triplet: 46, 32 and BF. RGB value is (70,50,191). Sum of RGB (Red+Green+Blue) = 70+50+191=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 191 (75% from 255 or 61.41% from 311); Max value from RGB is 191 - color contains mainly: blue. Hex color #4632BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4632BF is #B9CD40. Grayscale: #474747. Windows color (decimal): -12176705 or 12530246. OLE color: 12530246.

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

Color convert

RGB 70 50 191 -
CMYK 0.63 0.74 0 0.25
HSL 248.51º 0.59% 0.47% -
HSV(B) 248.51º 0.74% 0.75% -
XYZ 13.07 7.34 50.02 -
YUV 72.05 195.13 126.54 -
System Red Green Blue C M Y K H S L
Decimal 70 50 191 0.63 0.74 0 0.25 248.51 0.59 0.47
Hex 46 32 BF 3F 4A 0 19 F9 3B 2F
Octal 106 62 277 77 112 0 31 371 73 57
Binary 1000110 110010 10111111 111111 1001010 0 11001 11111001 111011 101111

Color Harmonies of #4632BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4632BF

Black with #4632BF

Text Example


Text Example

White with #4632BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,50,191); }

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

background-color css

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

 a { background-color: rgb(70,50,191); }

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

border-color css

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

 span { border-color: rgb(70,50,191); }

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