Html Css Color HEX #4406B5 Purple Heart

📋 copy color: '#4406B5'

red 68 ◦ green 6 ◦ blue 181

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

Shades of Purple Heart #4406B5

Tints of Purple Heart #4406B5

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

 BLUE value IS 181 (71.09% from 255) = 70.98%

R = 26.67%
G = 2.35%
B = 70.98%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4406B5 (or 0x4406B5) is known color: Purple Heart. HEX triplet: 44, 06 and B5. RGB value is (68,6,181). Sum of RGB (Red+Green+Blue) = 68+6+181=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 181 (71.09% from 255 or 70.98% from 255); Max value from RGB is 181 - color contains mainly: blue. Hex color #4406B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4406B5 is #BBF94A. Grayscale: #2B2B2B. Windows color (decimal): -12319051 or 11863620. OLE color: 11863620.

HSL color Cylindrical-coordinate representation of color #4406B5: hue angle of 261.26º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4406B5 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 6 181 -
CMYK 0.62 0.97 0 0.29
HSL 261.26º 0.94% 0.37% -
HSV(B) 261.26º 0.97% 0.71% -
XYZ 10.79 4.7 44.05 -
YUV 44.49 205.04 144.77 -
System Red Green Blue C M Y K H S L
Decimal 68 6 181 0.62 0.97 0 0.29 261.26 0.94 0.37
Hex 44 6 B5 3E 61 0 1D 105 5E 25
Octal 104 6 265 76 141 0 35 405 136 45
Binary 1000100 110 10110101 111110 1100001 0 11101 100000101 1011110 100101

Color Harmonies of #4406B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4406B5

Black with #4406B5

Text Example


Text Example

White with #4406B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4406B5; }

 p { color: rgb(68,6,181); }

 H1.HeaderClassName
 {
   color: #4406B5;
 }
 .AnyTagClassName
 {
   color: #4406B5;
 }
</style>

background-color css

<style>
 a { background-color: #4406B5; }

 a { background-color: rgb(68,6,181); }

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

border-color css

<style>
 span { border-color: #4406B5; }

 span { border-color: rgb(68,6,181); }

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