Html Css Color HEX #6441BC Purple Heart

📋 copy color: '#6441BC'

red 100 ◦ green 65 ◦ blue 188

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

Shades of Purple Heart #6441BC

Tints of Purple Heart #6441BC

RGB

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

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

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

R = 28.33%
G = 18.41%
B = 53.26%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6441BC (or 0x6441BC) is known color: Purple Heart. HEX triplet: 64, 41 and BC. RGB value is (100,65,188). Sum of RGB (Red+Green+Blue) = 100+65+188=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #6441BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6441BC is #9BBE43. Grayscale: #595959. Windows color (decimal): -10206788 or 12337508. OLE color: 12337508.

HSL color Cylindrical-coordinate representation of color #6441BC: hue angle of 257.07º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6441BC is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 65 188 -
CMYK 0.47 0.65 0 0.26
HSL 257.07º 0.49% 0.5% -
HSV(B) 257.07º 0.65% 0.74% -
XYZ 16.22 10.12 48.68 -
YUV 89.49 183.6 135.5 -
System Red Green Blue C M Y K H S L
Decimal 100 65 188 0.47 0.65 0 0.26 257.07 0.49 0.5
Hex 64 41 BC 2F 41 0 1A 101 31 32
Octal 144 101 274 57 101 0 32 401 61 62
Binary 1100100 1000001 10111100 101111 1000001 0 11010 100000001 110001 110010

Color Harmonies of #6441BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6441BC

Black with #6441BC

Text Example


Text Example

White with #6441BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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