Html Css Color HEX #4413BC Purple Heart

📋 copy color: '#4413BC'

red 68 ◦ green 19 ◦ blue 188

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

Shades of Purple Heart #4413BC

Tints of Purple Heart #4413BC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

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

R = 24.73%
G = 6.91%
B = 68.36%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4413BC (or 0x4413BC) is known color: Purple Heart. HEX triplet: 44, 13 and BC. RGB value is (68,19,188). Sum of RGB (Red+Green+Blue) = 68+19+188=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #4413BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4413BC is #BBEC43. Grayscale: #343434. Windows color (decimal): -12315716 or 12325700. OLE color: 12325700.

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

Color convert

RGB 68 19 188 -
CMYK 0.64 0.90 0 0.26
HSL 257.4º 0.82% 0.41% -
HSV(B) 257.4º 0.9% 0.74% -
XYZ 11.69 5.33 47.99 -
YUV 52.92 204.23 138.76 -
System Red Green Blue C M Y K H S L
Decimal 68 19 188 0.64 0.90 0 0.26 257.4 0.82 0.41
Hex 44 13 BC 40 5A 0 1A 101 52 29
Octal 104 23 274 100 132 0 32 401 122 51
Binary 1000100 10011 10111100 1000000 1011010 0 11010 100000001 1010010 101001

Color Harmonies of #4413BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4413BC

Black with #4413BC

Text Example


Text Example

White with #4413BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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