Html Css Color HEX #4410AF Purple Heart

📋 copy color: '#4410AF'

red 68 ◦ green 16 ◦ blue 175

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

Shades of Purple Heart #4410AF

Tints of Purple Heart #4410AF

RGB

 RED value IS 68 (26.95% from 255) = 26.25%

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

 BLUE value IS 175 (68.75% from 255) = 67.57%

R = 26.25%
G = 6.18%
B = 67.57%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4410AF (or 0x4410AF) is known color: Purple Heart. HEX triplet: 44, 10 and AF. RGB value is (68,16,175). Sum of RGB (Red+Green+Blue) = 68+16+175=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 175 (68.75% from 255 or 67.57% from 259); Max value from RGB is 175 - color contains mainly: blue. Hex color #4410AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4410AF is #BBEF50. Grayscale: #313131. Windows color (decimal): -12316497 or 11472964. OLE color: 11472964.

HSL color Cylindrical-coordinate representation of color #4410AF: hue angle of 259.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4410AF is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 68 16 175 -
CMYK 0.61 0.91 0 0.31
HSL 259.62º 0.83% 0.37% -
HSV(B) 259.62º 0.91% 0.69% -
XYZ 10.31 4.69 40.92 -
YUV 49.67 198.73 141.07 -
System Red Green Blue C M Y K H S L
Decimal 68 16 175 0.61 0.91 0 0.31 259.62 0.83 0.37
Hex 44 10 AF 3D 5B 0 1F 104 53 25
Octal 104 20 257 75 133 0 37 404 123 45
Binary 1000100 10000 10101111 111101 1011011 0 11111 100000100 1010011 100101

Color Harmonies of #4410AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4410AF

Black with #4410AF

Text Example


Text Example

White with #4410AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4410AF; }

 p { color: rgb(68,16,175); }

 H1.HeaderClassName
 {
   color: #4410AF;
 }
 .AnyTagClassName
 {
   color: #4410AF;
 }
</style>

background-color css

<style>
 a { background-color: #4410AF; }

 a { background-color: rgb(68,16,175); }

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

border-color css

<style>
 span { border-color: #4410AF; }

 span { border-color: rgb(68,16,175); }

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