Html Css Color HEX #4310AD Purple Heart

📋 copy color: '#4310AD'

red 67 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #4310AD

Tints of Purple Heart #4310AD

RGB

 RED value IS 67 (26.56% from 255) = 26.17%

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

 BLUE value IS 173 (67.97% from 255) = 67.58%

R = 26.17%
G = 6.25%
B = 67.58%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4310AD (or 0x4310AD) is known color: Purple Heart. HEX triplet: 43, 10 and AD. RGB value is (67,16,173). Sum of RGB (Red+Green+Blue) = 67+16+173=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #4310AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4310AD is #BCEF52. Grayscale: #303030. Windows color (decimal): -12382035 or 11341891. OLE color: 11341891.

HSL color Cylindrical-coordinate representation of color #4310AD: hue angle of 259.49º 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 #4310AD is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 67 16 173 -
CMYK 0.61 0.91 0 0.32
HSL 259.49º 0.83% 0.37% -
HSV(B) 259.49º 0.91% 0.68% -
XYZ 10.04 4.58 39.89 -
YUV 49.15 197.9 140.73 -
System Red Green Blue C M Y K H S L
Decimal 67 16 173 0.61 0.91 0 0.32 259.49 0.83 0.37
Hex 43 10 AD 3D 5B 0 20 103 53 25
Octal 103 20 255 75 133 0 40 403 123 45
Binary 1000011 10000 10101101 111101 1011011 0 100000 100000011 1010011 100101

Color Harmonies of #4310AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4310AD

Black with #4310AD

Text Example


Text Example

White with #4310AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4310AD; }

 p { color: rgb(67,16,173); }

 H1.HeaderClassName
 {
   color: #4310AD;
 }
 .AnyTagClassName
 {
   color: #4310AD;
 }
</style>

background-color css

<style>
 a { background-color: #4310AD; }

 a { background-color: rgb(67,16,173); }

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

border-color css

<style>
 span { border-color: #4310AD; }

 span { border-color: rgb(67,16,173); }

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