Html Css Color HEX #6444BD Purple Heart

📋 copy color: '#6444BD'

red 100 ◦ green 68 ◦ blue 189

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

Shades of Purple Heart #6444BD

Tints of Purple Heart #6444BD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

 BLUE value IS 189 (74.22% from 255) = 52.94%

R = 28.01%
G = 19.05%
B = 52.94%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6444BD (or 0x6444BD) is known color: Purple Heart. HEX triplet: 64, 44 and BD. RGB value is (100,68,189). Sum of RGB (Red+Green+Blue) = 100+68+189=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #6444BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6444BD is #9BBB42. Grayscale: #5A5A5A. Windows color (decimal): -10206019 or 12403812. OLE color: 12403812.

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

Color convert

RGB 100 68 189 -
CMYK 0.47 0.64 0 0.26
HSL 255.87º 0.48% 0.5% -
HSV(B) 255.87º 0.64% 0.74% -
XYZ 16.51 10.52 49.3 -
YUV 91.36 183.1 134.16 -
System Red Green Blue C M Y K H S L
Decimal 100 68 189 0.47 0.64 0 0.26 255.87 0.48 0.5
Hex 64 44 BD 2F 40 0 1A 100 30 32
Octal 144 104 275 57 100 0 32 400 60 62
Binary 1100100 1000100 10111101 101111 1000000 0 11010 100000000 110000 110010

Color Harmonies of #6444BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6444BD

Black with #6444BD

Text Example


Text Example

White with #6444BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6444BD; }

 p { color: rgb(100,68,189); }

 H1.HeaderClassName
 {
   color: #6444BD;
 }
 .AnyTagClassName
 {
   color: #6444BD;
 }
</style>

background-color css

<style>
 a { background-color: #6444BD; }

 a { background-color: rgb(100,68,189); }

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

border-color css

<style>
 span { border-color: #6444BD; }

 span { border-color: rgb(100,68,189); }

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