Html Css Color HEX #6640BF Purple Heart

📋 copy color: '#6640BF'

red 102 ◦ green 64 ◦ blue 191

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

Shades of Purple Heart #6640BF

Tints of Purple Heart #6640BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.5%

R = 28.57%
G = 17.93%
B = 53.5%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6640BF (or 0x6640BF) is known color: Purple Heart. HEX triplet: 66, 40 and BF. RGB value is (102,64,191). Sum of RGB (Red+Green+Blue) = 102+64+191=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #6640BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6640BF is #99BF40. Grayscale: #595959. Windows color (decimal): -10075969 or 12533862. OLE color: 12533862.

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

Color convert

RGB 102 64 191 -
CMYK 0.47 0.66 0 0.25
HSL 257.95º 0.5% 0.5% -
HSV(B) 257.95º 0.66% 0.75% -
XYZ 16.72 10.25 50.39 -
YUV 89.84 185.09 136.67 -
System Red Green Blue C M Y K H S L
Decimal 102 64 191 0.47 0.66 0 0.25 257.95 0.5 0.5
Hex 66 40 BF 2F 42 0 19 102 32 32
Octal 146 100 277 57 102 0 31 402 62 62
Binary 1100110 1000000 10111111 101111 1000010 0 11001 100000010 110010 110010

Color Harmonies of #6640BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6640BF

Black with #6640BF

Text Example


Text Example

White with #6640BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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