Html Css Color HEX #4629C0 Purple Heart

📋 copy color: '#4629C0'

red 70 ◦ green 41 ◦ blue 192

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

Shades of Purple Heart #4629C0

Tints of Purple Heart #4629C0

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.53%

 BLUE value IS 192 (75.39% from 255) = 63.37%

R = 23.1%
G = 13.53%
B = 63.37%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4629C0 (or 0x4629C0) is known color: Purple Heart. HEX triplet: 46, 29 and C0. RGB value is (70,41,192). Sum of RGB (Red+Green+Blue) = 70+41+192=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 192 (75.39% from 255 or 63.37% from 303); Max value from RGB is 192 - color contains mainly: blue. Hex color #4629C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4629C0 is #B9D63F. Grayscale: #424242. Windows color (decimal): -12179008 or 12593478. OLE color: 12593478.

HSL color Cylindrical-coordinate representation of color #4629C0: hue angle of 251.52º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4629C0 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 41 192 -
CMYK 0.64 0.79 0 0.25
HSL 251.52º 0.65% 0.46% -
HSV(B) 251.52º 0.79% 0.75% -
XYZ 12.83 6.69 50.48 -
YUV 66.89 198.61 130.22 -
System Red Green Blue C M Y K H S L
Decimal 70 41 192 0.64 0.79 0 0.25 251.52 0.65 0.46
Hex 46 29 C0 40 4F 0 19 FC 41 2E
Octal 106 51 300 100 117 0 31 374 101 56
Binary 1000110 101001 11000000 1000000 1001111 0 11001 11111100 1000001 101110

Color Harmonies of #4629C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4629C0

Black with #4629C0

Text Example


Text Example

White with #4629C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4629C0; }

 p { color: rgb(70,41,192); }

 H1.HeaderClassName
 {
   color: #4629C0;
 }
 .AnyTagClassName
 {
   color: #4629C0;
 }
</style>

background-color css

<style>
 a { background-color: #4629C0; }

 a { background-color: rgb(70,41,192); }

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

border-color css

<style>
 span { border-color: #4629C0; }

 span { border-color: rgb(70,41,192); }

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