Html Css Color HEX #4616CA Purple Heart

📋 copy color: '#4616CA'

red 70 ◦ green 22 ◦ blue 202

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

Shades of Purple Heart #4616CA

Tints of Purple Heart #4616CA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.48%

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

R = 23.81%
G = 7.48%
B = 68.71%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4616CA (or 0x4616CA) is known color: Purple Heart. HEX triplet: 46, 16 and CA. RGB value is (70,22,202). Sum of RGB (Red+Green+Blue) = 70+22+202=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #4616CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4616CA is #B9E935. Grayscale: #383838. Windows color (decimal): -12183862 or 13243974. OLE color: 13243974.

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

Color convert

RGB 70 22 202 -
CMYK 0.65 0.89 0 0.21
HSL 256º 0.8% 0.44% -
HSV(B) 256º 0.89% 0.79% -
XYZ 13.47 6.14 56.35 -
YUV 56.87 209.9 137.36 -
System Red Green Blue C M Y K H S L
Decimal 70 22 202 0.65 0.89 0 0.21 256 0.8 0.44
Hex 46 16 CA 41 59 0 15 100 50 2C
Octal 106 26 312 101 131 0 25 400 120 54
Binary 1000110 10110 11001010 1000001 1011001 0 10101 100000000 1010000 101100

Color Harmonies of #4616CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4616CA

Black with #4616CA

Text Example


Text Example

White with #4616CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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