Html Css Color HEX #4416BC Purple Heart

📋 copy color: '#4416BC'

red 68 ◦ green 22 ◦ blue 188

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

Shades of Purple Heart #4416BC

Tints of Purple Heart #4416BC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

 BLUE value IS 188 (73.83% from 255) = 67.63%

R = 24.46%
G = 7.91%
B = 67.63%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4416BC (or 0x4416BC) is known color: Purple Heart. HEX triplet: 44, 16 and BC. RGB value is (68,22,188). Sum of RGB (Red+Green+Blue) = 68+22+188=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #4416BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4416BC is #BBE943. Grayscale: #363636. Windows color (decimal): -12314948 or 12326468. OLE color: 12326468.

HSL color Cylindrical-coordinate representation of color #4416BC: hue angle of 256.63º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4416BC is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 22 188 -
CMYK 0.64 0.88 0 0.26
HSL 256.63º 0.79% 0.41% -
HSV(B) 256.63º 0.88% 0.74% -
XYZ 11.75 5.43 48.01 -
YUV 54.68 203.24 137.5 -
System Red Green Blue C M Y K H S L
Decimal 68 22 188 0.64 0.88 0 0.26 256.63 0.79 0.41
Hex 44 16 BC 40 58 0 1A 101 4F 29
Octal 104 26 274 100 130 0 32 401 117 51
Binary 1000100 10110 10111100 1000000 1011000 0 11010 100000001 1001111 101001

Color Harmonies of #4416BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4416BC

Black with #4416BC

Text Example


Text Example

White with #4416BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4416BC; }

 p { color: rgb(68,22,188); }

 H1.HeaderClassName
 {
   color: #4416BC;
 }
 .AnyTagClassName
 {
   color: #4416BC;
 }
</style>

background-color css

<style>
 a { background-color: #4416BC; }

 a { background-color: rgb(68,22,188); }

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

border-color css

<style>
 span { border-color: #4416BC; }

 span { border-color: rgb(68,22,188); }

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