Html Css Color HEX #6740BB Purple Heart

📋 copy color: '#6740BB'

red 103 ◦ green 64 ◦ blue 187

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

Shades of Purple Heart #6740BB

Tints of Purple Heart #6740BB

RGB

 RED value IS 103 (40.63% from 255) = 29.1%

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

 BLUE value IS 187 (73.44% from 255) = 52.82%

R = 29.1%
G = 18.08%
B = 52.82%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6740BB (or 0x6740BB) is known color: Purple Heart. HEX triplet: 67, 40 and BB. RGB value is (103,64,187). Sum of RGB (Red+Green+Blue) = 103+64+187=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #6740BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6740BB is #98BF44. Grayscale: #595959. Windows color (decimal): -10010437 or 12271719. OLE color: 12271719.

HSL color Cylindrical-coordinate representation of color #6740BB: hue angle of 259.02º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6740BB is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 64 187 -
CMYK 0.45 0.66 0 0.27
HSL 259.02º 0.49% 0.49% -
HSV(B) 259.02º 0.66% 0.73% -
XYZ 16.4 10.14 48.11 -
YUV 89.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 103 64 187 0.45 0.66 0 0.27 259.02 0.49 0.49
Hex 67 40 BB 2D 42 0 1B 103 31 31
Octal 147 100 273 55 102 0 33 403 61 61
Binary 1100111 1000000 10111011 101101 1000010 0 11011 100000011 110001 110001

Color Harmonies of #6740BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6740BB

Black with #6740BB

Text Example


Text Example

White with #6740BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6740BB; }

 p { color: rgb(103,64,187); }

 H1.HeaderClassName
 {
   color: #6740BB;
 }
 .AnyTagClassName
 {
   color: #6740BB;
 }
</style>

background-color css

<style>
 a { background-color: #6740BB; }

 a { background-color: rgb(103,64,187); }

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

border-color css

<style>
 span { border-color: #6740BB; }

 span { border-color: rgb(103,64,187); }

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