Html Css Color HEX #441BBC Purple Heart

📋 copy color: '#441BBC'

red 68 ◦ green 27 ◦ blue 188

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

Shades of Purple Heart #441BBC

Tints of Purple Heart #441BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.54%

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

R = 24.03%
G = 9.54%
B = 66.43%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#441BBC (or 0x441BBC) is known color: Purple Heart. HEX triplet: 44, 1B and BC. RGB value is (68,27,188). Sum of RGB (Red+Green+Blue) = 68+27+188=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #441BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #441BBC is #BBE443. Grayscale: #393939. Windows color (decimal): -12313668 or 12327748. OLE color: 12327748.

HSL color Cylindrical-coordinate representation of color #441BBC: hue angle of 255.28º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441BBC is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 27 188 -
CMYK 0.64 0.86 0 0.26
HSL 255.28º 0.75% 0.42% -
HSV(B) 255.28º 0.86% 0.74% -
XYZ 11.85 5.64 48.04 -
YUV 57.61 201.58 135.41 -
System Red Green Blue C M Y K H S L
Decimal 68 27 188 0.64 0.86 0 0.26 255.28 0.75 0.42
Hex 44 1B BC 40 56 0 1A FF 4B 2A
Octal 104 33 274 100 126 0 32 377 113 52
Binary 1000100 11011 10111100 1000000 1010110 0 11010 11111111 1001011 101010

Color Harmonies of #441BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441BBC

Black with #441BBC

Text Example


Text Example

White with #441BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441BBC; }

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

 H1.HeaderClassName
 {
   color: #441BBC;
 }
 .AnyTagClassName
 {
   color: #441BBC;
 }
</style>

background-color css

<style>
 a { background-color: #441BBC; }

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

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

border-color css

<style>
 span { border-color: #441BBC; }

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

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