Html Css Color HEX #6640BE Purple Heart

📋 copy color: '#6640BE'

red 102 ◦ green 64 ◦ blue 190

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

Shades of Purple Heart #6640BE

Tints of Purple Heart #6640BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.37%

R = 28.65%
G = 17.98%
B = 53.37%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6640BE (or 0x6640BE) is known color: Purple Heart. HEX triplet: 66, 40 and BE. RGB value is (102,64,190). Sum of RGB (Red+Green+Blue) = 102+64+190=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #6640BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6640BE is #99BF41. Grayscale: #595959. Windows color (decimal): -10075970 or 12468326. OLE color: 12468326.

HSL color Cylindrical-coordinate representation of color #6640BE: hue angle of 258.1º 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 #6640BE is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 64 190 -
CMYK 0.46 0.66 0 0.25
HSL 258.1º 0.5% 0.5% -
HSV(B) 258.1º 0.66% 0.75% -
XYZ 16.61 10.21 49.81 -
YUV 89.73 184.59 136.75 -
System Red Green Blue C M Y K H S L
Decimal 102 64 190 0.46 0.66 0 0.25 258.1 0.5 0.5
Hex 66 40 BE 2E 42 0 19 102 32 32
Octal 146 100 276 56 102 0 31 402 62 62
Binary 1100110 1000000 10111110 101110 1000010 0 11001 100000010 110010 110010

Color Harmonies of #6640BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6640BE

Black with #6640BE

Text Example


Text Example

White with #6640BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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