Html Css Color HEX #6644BD Purple Heart

📋 copy color: '#6644BD'

red 102 ◦ green 68 ◦ blue 189

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

Shades of Purple Heart #6644BD

Tints of Purple Heart #6644BD

RGB

 RED value IS 102 (40.23% from 255) = 28.41%

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

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

R = 28.41%
G = 18.94%
B = 52.65%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6644BD (or 0x6644BD) is known color: Purple Heart. HEX triplet: 66, 44 and BD. RGB value is (102,68,189). Sum of RGB (Red+Green+Blue) = 102+68+189=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #6644BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6644BD is #99BB42. Grayscale: #5B5B5B. Windows color (decimal): -10074947 or 12403814. OLE color: 12403814.

HSL color Cylindrical-coordinate representation of color #6644BD: hue angle of 256.86º 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 #6644BD is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 68 189 -
CMYK 0.46 0.64 0 0.26
HSL 256.86º 0.48% 0.5% -
HSV(B) 256.86º 0.64% 0.74% -
XYZ 16.73 10.63 49.31 -
YUV 91.96 182.76 135.16 -
System Red Green Blue C M Y K H S L
Decimal 102 68 189 0.46 0.64 0 0.26 256.86 0.48 0.5
Hex 66 44 BD 2E 40 0 1A 101 30 32
Octal 146 104 275 56 100 0 32 401 60 62
Binary 1100110 1000100 10111101 101110 1000000 0 11010 100000001 110000 110010

Color Harmonies of #6644BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6644BD

Black with #6644BD

Text Example


Text Example

White with #6644BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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