Html Css Color HEX #4629CA Purple Heart

📋 copy color: '#4629CA'

red 70 ◦ green 41 ◦ blue 202

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

Shades of Purple Heart #4629CA

Tints of Purple Heart #4629CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.54%

R = 22.36%
G = 13.1%
B = 64.54%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4629CA (or 0x4629CA) is known color: Purple Heart. HEX triplet: 46, 29 and CA. RGB value is (70,41,202). Sum of RGB (Red+Green+Blue) = 70+41+202=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #4629CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4629CA is #B9D635. Grayscale: #434343. Windows color (decimal): -12178998 or 13248838. OLE color: 13248838.

HSL color Cylindrical-coordinate representation of color #4629CA: hue angle of 250.81º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4629CA is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 41 202 -
CMYK 0.65 0.80 0 0.21
HSL 250.81º 0.66% 0.48% -
HSV(B) 250.81º 0.8% 0.79% -
XYZ 13.98 7.15 56.52 -
YUV 68.03 203.61 129.41 -
System Red Green Blue C M Y K H S L
Decimal 70 41 202 0.65 0.80 0 0.21 250.81 0.66 0.48
Hex 46 29 CA 41 50 0 15 FB 42 30
Octal 106 51 312 101 120 0 25 373 102 60
Binary 1000110 101001 11001010 1000001 1010000 0 10101 11111011 1000010 110000

Color Harmonies of #4629CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4629CA

Black with #4629CA

Text Example


Text Example

White with #4629CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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