Html Css Color HEX #4628BA Purple Heart

📋 copy color: '#4628BA'

red 70 ◦ green 40 ◦ blue 186

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

Shades of Purple Heart #4628BA

Tints of Purple Heart #4628BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.51%

 BLUE value IS 186 (73.05% from 255) = 62.84%

R = 23.65%
G = 13.51%
B = 62.84%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4628BA (or 0x4628BA) is known color: Purple Heart. HEX triplet: 46, 28 and BA. RGB value is (70,40,186). Sum of RGB (Red+Green+Blue) = 70+40+186=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #4628BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4628BA is #B9D745. Grayscale: #414141. Windows color (decimal): -12179270 or 12200006. OLE color: 12200006.

HSL color Cylindrical-coordinate representation of color #4628BA: hue angle of 252.33º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4628BA is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 40 186 -
CMYK 0.62 0.78 0 0.27
HSL 252.33º 0.65% 0.44% -
HSV(B) 252.33º 0.78% 0.73% -
XYZ 12.15 6.36 47.04 -
YUV 65.61 195.94 131.13 -
System Red Green Blue C M Y K H S L
Decimal 70 40 186 0.62 0.78 0 0.27 252.33 0.65 0.44
Hex 46 28 BA 3E 4E 0 1B FC 41 2C
Octal 106 50 272 76 116 0 33 374 101 54
Binary 1000110 101000 10111010 111110 1001110 0 11011 11111100 1000001 101100

Color Harmonies of #4628BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4628BA

Black with #4628BA

Text Example


Text Example

White with #4628BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4628BA; }

 p { color: rgb(70,40,186); }

 H1.HeaderClassName
 {
   color: #4628BA;
 }
 .AnyTagClassName
 {
   color: #4628BA;
 }
</style>

background-color css

<style>
 a { background-color: #4628BA; }

 a { background-color: rgb(70,40,186); }

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

border-color css

<style>
 span { border-color: #4628BA; }

 span { border-color: rgb(70,40,186); }

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