Html Css Color HEX #6746BF Purple Heart

📋 copy color: '#6746BF'

red 103 ◦ green 70 ◦ blue 191

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

Shades of Purple Heart #6746BF

Tints of Purple Heart #6746BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

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

R = 28.3%
G = 19.23%
B = 52.47%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6746BF (or 0x6746BF) is known color: Purple Heart. HEX triplet: 67, 46 and BF. RGB value is (103,70,191). Sum of RGB (Red+Green+Blue) = 103+70+191=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #6746BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6746BF is #98B940. Grayscale: #5D5D5D. Windows color (decimal): -10008897 or 12535399. OLE color: 12535399.

HSL color Cylindrical-coordinate representation of color #6746BF: hue angle of 256.36º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6746BF is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 70 191 -
CMYK 0.46 0.63 0 0.25
HSL 256.36º 0.49% 0.51% -
HSV(B) 256.36º 0.63% 0.75% -
XYZ 17.19 11.03 50.51 -
YUV 93.66 182.93 134.66 -
System Red Green Blue C M Y K H S L
Decimal 103 70 191 0.46 0.63 0 0.25 256.36 0.49 0.51
Hex 67 46 BF 2E 3F 0 19 100 31 33
Octal 147 106 277 56 77 0 31 400 61 63
Binary 1100111 1000110 10111111 101110 111111 0 11001 100000000 110001 110011

Color Harmonies of #6746BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6746BF

Black with #6746BF

Text Example


Text Example

White with #6746BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,70,191); }

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

background-color css

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

 a { background-color: rgb(103,70,191); }

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

border-color css

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

 span { border-color: rgb(103,70,191); }

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