Html Css Color HEX #4414BC Purple Heart

📋 copy color: '#4414BC'

red 68 ◦ green 20 ◦ blue 188

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

Shades of Purple Heart #4414BC

Tints of Purple Heart #4414BC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

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

R = 24.64%
G = 7.25%
B = 68.12%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4414BC (or 0x4414BC) is known color: Purple Heart. HEX triplet: 44, 14 and BC. RGB value is (68,20,188). Sum of RGB (Red+Green+Blue) = 68+20+188=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #4414BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4414BC is #BBEB43. Grayscale: #343434. Windows color (decimal): -12315460 or 12325956. OLE color: 12325956.

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

Color convert

RGB 68 20 188 -
CMYK 0.64 0.89 0 0.26
HSL 257.14º 0.81% 0.41% -
HSV(B) 257.14º 0.89% 0.74% -
XYZ 11.71 5.36 47.99 -
YUV 53.5 203.9 138.34 -
System Red Green Blue C M Y K H S L
Decimal 68 20 188 0.64 0.89 0 0.26 257.14 0.81 0.41
Hex 44 14 BC 40 59 0 1A 101 51 29
Octal 104 24 274 100 131 0 32 401 121 51
Binary 1000100 10100 10111100 1000000 1011001 0 11010 100000001 1010001 101001

Color Harmonies of #4414BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4414BC

Black with #4414BC

Text Example


Text Example

White with #4414BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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