Html Css Color HEX #4410B1 Purple Heart

📋 copy color: '#4410B1'

red 68 ◦ green 16 ◦ blue 177

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

Shades of Purple Heart #4410B1

Tints of Purple Heart #4410B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 67.82%

R = 26.05%
G = 6.13%
B = 67.82%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4410B1 (or 0x4410B1) is known color: Purple Heart. HEX triplet: 44, 10 and B1. RGB value is (68,16,177). Sum of RGB (Red+Green+Blue) = 68+16+177=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 177 (69.53% from 255 or 67.82% from 261); Max value from RGB is 177 - color contains mainly: blue. Hex color #4410B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4410B1 is #BBEF4E. Grayscale: #313131. Windows color (decimal): -12316495 or 11604036. OLE color: 11604036.

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

Color convert

RGB 68 16 177 -
CMYK 0.62 0.91 0 0.31
HSL 259.38º 0.83% 0.38% -
HSV(B) 259.38º 0.91% 0.69% -
XYZ 10.51 4.77 41.96 -
YUV 49.9 199.73 140.91 -
System Red Green Blue C M Y K H S L
Decimal 68 16 177 0.62 0.91 0 0.31 259.38 0.83 0.38
Hex 44 10 B1 3E 5B 0 1F 103 53 26
Octal 104 20 261 76 133 0 37 403 123 46
Binary 1000100 10000 10110001 111110 1011011 0 11111 100000011 1010011 100110

Color Harmonies of #4410B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4410B1

Black with #4410B1

Text Example


Text Example

White with #4410B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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