Html Css Color HEX #6640BC Purple Heart

📋 copy color: '#6640BC'

red 102 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #6640BC

Tints of Purple Heart #6640BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.11%

R = 28.81%
G = 18.08%
B = 53.11%

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

#6640BC (or 0x6640BC) is known color: Purple Heart. HEX triplet: 66, 40 and BC. RGB value is (102,64,188). Sum of RGB (Red+Green+Blue) = 102+64+188=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #6640BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6640BC is #99BF43. Grayscale: #595959. Windows color (decimal): -10075972 or 12337254. OLE color: 12337254.

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

Color convert

RGB 102 64 188 -
CMYK 0.46 0.66 0 0.26
HSL 258.39º 0.49% 0.49% -
HSV(B) 258.39º 0.66% 0.74% -
XYZ 16.39 10.12 48.67 -
YUV 89.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 102 64 188 0.46 0.66 0 0.26 258.39 0.49 0.49
Hex 66 40 BC 2E 42 0 1A 102 31 31
Octal 146 100 274 56 102 0 32 402 61 61
Binary 1100110 1000000 10111100 101110 1000010 0 11010 100000010 110001 110001

Color Harmonies of #6640BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6640BC

Black with #6640BC

Text Example


Text Example

White with #6640BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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