Html Css Color HEX #6640BD Purple Heart

📋 copy color: '#6640BD'

red 102 ◦ green 64 ◦ blue 189

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

Shades of Purple Heart #6640BD

Tints of Purple Heart #6640BD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 28.73%
G = 18.03%
B = 53.24%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6640BD (or 0x6640BD) is known color: Purple Heart. HEX triplet: 66, 40 and BD. RGB value is (102,64,189). Sum of RGB (Red+Green+Blue) = 102+64+189=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #6640BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6640BD is #99BF42. Grayscale: #595959. Windows color (decimal): -10075971 or 12402790. OLE color: 12402790.

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

Color convert

RGB 102 64 189 -
CMYK 0.46 0.66 0 0.26
HSL 258.24º 0.49% 0.5% -
HSV(B) 258.24º 0.66% 0.74% -
XYZ 16.5 10.17 49.24 -
YUV 89.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 102 64 189 0.46 0.66 0 0.26 258.24 0.49 0.5
Hex 66 40 BD 2E 42 0 1A 102 31 32
Octal 146 100 275 56 102 0 32 402 61 62
Binary 1100110 1000000 10111101 101110 1000010 0 11010 100000010 110001 110010

Color Harmonies of #6640BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6640BD

Black with #6640BD

Text Example


Text Example

White with #6640BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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