Html Css Color HEX #4410BC Purple Heart

📋 copy color: '#4410BC'

red 68 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #4410BC

Tints of Purple Heart #4410BC

RGB

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

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

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

R = 25%
G = 5.88%
B = 69.12%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4410BC (or 0x4410BC) is known color: Purple Heart. HEX triplet: 44, 10 and BC. RGB value is (68,16,188). Sum of RGB (Red+Green+Blue) = 68+16+188=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #4410BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4410BC is #BBEF43. Grayscale: #323232. Windows color (decimal): -12316484 or 12324932. OLE color: 12324932.

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

Color convert

RGB 68 16 188 -
CMYK 0.64 0.91 0 0.26
HSL 258.14º 0.84% 0.4% -
HSV(B) 258.14º 0.91% 0.74% -
XYZ 11.65 5.23 47.97 -
YUV 51.16 205.23 140.01 -
System Red Green Blue C M Y K H S L
Decimal 68 16 188 0.64 0.91 0 0.26 258.14 0.84 0.4
Hex 44 10 BC 40 5B 0 1A 102 54 28
Octal 104 20 274 100 133 0 32 402 124 50
Binary 1000100 10000 10111100 1000000 1011011 0 11010 100000010 1010100 101000

Color Harmonies of #4410BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4410BC

Black with #4410BC

Text Example


Text Example

White with #4410BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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