Html Css Color HEX #4628B1 Purple Heart

📋 copy color: '#4628B1'

red 70 ◦ green 40 ◦ blue 177

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

Shades of Purple Heart #4628B1

Tints of Purple Heart #4628B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 61.67%

R = 24.39%
G = 13.94%
B = 61.67%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4628B1 (or 0x4628B1) is known color: Purple Heart. HEX triplet: 46, 28 and B1. RGB value is (70,40,177). Sum of RGB (Red+Green+Blue) = 70+40+177=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 177 (69.53% from 255 or 61.67% from 287); Max value from RGB is 177 - color contains mainly: blue. Hex color #4628B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4628B1 is #B9D74E. Grayscale: #404040. Windows color (decimal): -12179279 or 11610182. OLE color: 11610182.

HSL color Cylindrical-coordinate representation of color #4628B1: hue angle of 253.14º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4628B1 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 40 177 -
CMYK 0.60 0.77 0 0.31
HSL 253.14º 0.63% 0.43% -
HSV(B) 253.14º 0.77% 0.69% -
XYZ 11.22 5.99 42.16 -
YUV 64.59 191.44 131.86 -
System Red Green Blue C M Y K H S L
Decimal 70 40 177 0.60 0.77 0 0.31 253.14 0.63 0.43
Hex 46 28 B1 3C 4D 0 1F FD 3F 2B
Octal 106 50 261 74 115 0 37 375 77 53
Binary 1000110 101000 10110001 111100 1001101 0 11111 11111101 111111 101011

Color Harmonies of #4628B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4628B1

Black with #4628B1

Text Example


Text Example

White with #4628B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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