Html Css Color HEX #4610AE Purple Heart

📋 copy color: '#4610AE'

red 70 ◦ green 16 ◦ blue 174

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

Shades of Purple Heart #4610AE

Tints of Purple Heart #4610AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

 BLUE value IS 174 (68.36% from 255) = 66.92%

R = 26.92%
G = 6.15%
B = 66.92%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4610AE (or 0x4610AE) is known color: Purple Heart. HEX triplet: 46, 10 and AE. RGB value is (70,16,174). Sum of RGB (Red+Green+Blue) = 70+16+174=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #4610AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4610AE is #B9EF51. Grayscale: #313131. Windows color (decimal): -12185426 or 11407430. OLE color: 11407430.

HSL color Cylindrical-coordinate representation of color #4610AE: hue angle of 260.51º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4610AE is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 16 174 -
CMYK 0.60 0.91 0 0.32
HSL 260.51º 0.83% 0.37% -
HSV(B) 260.51º 0.91% 0.68% -
XYZ 10.35 4.73 40.41 -
YUV 50.16 197.89 142.15 -
System Red Green Blue C M Y K H S L
Decimal 70 16 174 0.60 0.91 0 0.32 260.51 0.83 0.37
Hex 46 10 AE 3C 5B 0 20 105 53 25
Octal 106 20 256 74 133 0 40 405 123 45
Binary 1000110 10000 10101110 111100 1011011 0 100000 100000101 1010011 100101

Color Harmonies of #4610AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4610AE

Black with #4610AE

Text Example


Text Example

White with #4610AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4610AE; }

 p { color: rgb(70,16,174); }

 H1.HeaderClassName
 {
   color: #4610AE;
 }
 .AnyTagClassName
 {
   color: #4610AE;
 }
</style>

background-color css

<style>
 a { background-color: #4610AE; }

 a { background-color: rgb(70,16,174); }

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

border-color css

<style>
 span { border-color: #4610AE; }

 span { border-color: rgb(70,16,174); }

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