Html Css Color HEX #6441BF Purple Heart

📋 copy color: '#6441BF'

red 100 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #6441BF

Tints of Purple Heart #6441BF

RGB

 RED value IS 100 (39.45% from 255) = 28.09%

 GREEN value IS 65 (25.78% from 255) = 18.26%

 BLUE value IS 191 (75% from 255) = 53.65%

R = 28.09%
G = 18.26%
B = 53.65%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6441BF (or 0x6441BF) is known color: Purple Heart. HEX triplet: 64, 41 and BF. RGB value is (100,65,191). Sum of RGB (Red+Green+Blue) = 100+65+191=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #6441BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6441BF is #9BBE40. Grayscale: #595959. Windows color (decimal): -10206785 or 12534116. OLE color: 12534116.

HSL color Cylindrical-coordinate representation of color #6441BF: hue angle of 256.67º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6441BF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 65 191 -
CMYK 0.48 0.66 0 0.25
HSL 256.67º 0.5% 0.5% -
HSV(B) 256.67º 0.66% 0.75% -
XYZ 16.55 10.25 50.4 -
YUV 89.83 185.1 135.25 -
System Red Green Blue C M Y K H S L
Decimal 100 65 191 0.48 0.66 0 0.25 256.67 0.5 0.5
Hex 64 41 BF 30 42 0 19 101 32 32
Octal 144 101 277 60 102 0 31 401 62 62
Binary 1100100 1000001 10111111 110000 1000010 0 11001 100000001 110010 110010

Color Harmonies of #6441BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6441BF

Black with #6441BF

Text Example


Text Example

White with #6441BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6441BF; }

 p { color: rgb(100,65,191); }

 H1.HeaderClassName
 {
   color: #6441BF;
 }
 .AnyTagClassName
 {
   color: #6441BF;
 }
</style>

background-color css

<style>
 a { background-color: #6441BF; }

 a { background-color: rgb(100,65,191); }

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

border-color css

<style>
 span { border-color: #6441BF; }

 span { border-color: rgb(100,65,191); }

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