Html Css Color HEX #6946BE Purple Heart

📋 copy color: '#6946BE'

red 105 ◦ green 70 ◦ blue 190

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

Shades of Purple Heart #6946BE

Tints of Purple Heart #6946BE

RGB

 RED value IS 105 (41.41% from 255) = 28.77%

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

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

R = 28.77%
G = 19.18%
B = 52.05%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6946BE (or 0x6946BE) is known color: Purple Heart. HEX triplet: 69, 46 and BE. RGB value is (105,70,190). Sum of RGB (Red+Green+Blue) = 105+70+190=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #6946BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6946BE is #96B941. Grayscale: #5D5D5D. Windows color (decimal): -9877826 or 12469865. OLE color: 12469865.

HSL color Cylindrical-coordinate representation of color #6946BE: hue angle of 257.5º degrees, saturation: 0.48, 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 #6946BE is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 70 190 -
CMYK 0.45 0.63 0 0.25
HSL 257.5º 0.48% 0.51% -
HSV(B) 257.5º 0.63% 0.75% -
XYZ 17.31 11.1 49.95 -
YUV 94.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 105 70 190 0.45 0.63 0 0.25 257.5 0.48 0.51
Hex 69 46 BE 2D 3F 0 19 102 30 33
Octal 151 106 276 55 77 0 31 402 60 63
Binary 1101001 1000110 10111110 101101 111111 0 11001 100000010 110000 110011

Color Harmonies of #6946BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6946BE

Black with #6946BE

Text Example


Text Example

White with #6946BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,70,190); }

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

background-color css

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

 a { background-color: rgb(105,70,190); }

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

border-color css

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

 span { border-color: rgb(105,70,190); }

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